This commit is contained in:
Amjad Masad 2015-07-01 16:44:30 -07:00
Родитель 5aa27586f0
Коммит b45e2ed7ed
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -229,7 +229,7 @@ describe('JSTransformer Cache', function() {
return Promise.resolve('baz value');
});
jest.runAllImmediates();
jest.runAllTicks();
expect(fs.writeFile).toBeCalled();
});
});