Update with required PRs

This commit is contained in:
Alexsander Akers 2015-07-01 22:05:10 +01:00
commit 8938be4d5d
1 changed files with 1 additions and 1 deletions

View File

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