mirror of https://github.com/status-im/metro.git
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:
parent
ec24c63e86
commit
0fe44bd1ab
|
@ -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(() => {
|
||||||
|
|
Loading…
Reference in New Issue