mirror of https://github.com/status-im/metro.git
Update with test fixes
This commit is contained in:
commit
b158709e74
|
@ -229,7 +229,7 @@ describe('JSTransformer Cache', function() {
|
|||
return Promise.resolve('baz value');
|
||||
});
|
||||
|
||||
jest.runAllImmediates();
|
||||
jest.runAllTicks();
|
||||
expect(fs.writeFile).toBeCalled();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue