Revert "[packager] Unbreak Bundler test"

This commit is contained in:
Natansh Verma 2015-08-25 10:47:51 -07:00
parent 54125e524a
commit 5cf5ecc319
1 changed files with 1 additions and 2 deletions

View File

@ -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);
});
});