Update with test fixes

This commit is contained in:
Alexsander Akers 2015-07-02 11:19:17 +01:00
commit b158709e74
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.runAllImmediates();
jest.runAllTicks();
expect(fs.writeFile).toBeCalled();
});
});