Remove debug code from tests + re-enable tests

Reviewed By: bestander

Differential Revision: D3040961

fb-gh-sync-id: 4e49334fb1d3f80f7a701b88088011f33cb9df6e
shipit-source-id: 4e49334fb1d3f80f7a701b88088011f33cb9df6e
This commit is contained in:
David Aurelio 2016-03-11 06:38:45 -08:00 committed by Facebook Github Bot 8
parent 97300b239a
commit a29d67eea3
1 changed files with 1 additions and 2 deletions

View File

@ -108,7 +108,7 @@ describe('Bundle', () => {
}); });
}); });
fpit('should insert modules in a deterministic order, independent from timing of the wrapping process', () => { pit('should insert modules in a deterministic order, independent from timing of the wrapping process', () => {
const moduleTransports = [ const moduleTransports = [
createModuleTransport({name: 'module1'}), createModuleTransport({name: 'module1'}),
createModuleTransport({name: 'module2'}), createModuleTransport({name: 'module2'}),
@ -122,7 +122,6 @@ describe('Bundle', () => {
} }
}; };
console.log(bundle.addModule+'')
const promise = Promise.all( const promise = Promise.all(
moduleTransports.map(m => bundle.addModule(resolver, null, null, m))) moduleTransports.map(m => bundle.addModule(resolver, null, null, m)))
.then(() => { .then(() => {