mirror of https://github.com/status-im/metro.git
Revert "[packager] Unbreak Bundler test"
This commit is contained in:
parent
54125e524a
commit
5cf5ecc319
|
@ -225,8 +225,7 @@ describe('Bundler', function() {
|
|||
imgModule
|
||||
]);
|
||||
|
||||
// TODO(amasad) This fails with 0 != 5 in OSS
|
||||
//expect(ProgressBar.prototype.tick.mock.calls.length).toEqual(modules.length);
|
||||
expect(ProgressBar.prototype.tick.mock.calls.length).toEqual(modules.length);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue