mirror of https://github.com/status-im/metro.git
Get back 100% in sync with fb codebase
This commit is contained in:
parent
c1c61a4e88
commit
b1943d588c
|
@ -19,8 +19,8 @@ namely the node module format. We want to even go further, and let you
|
||||||
choose your own packager and asset pipeline or even integrate into
|
choose your own packager and asset pipeline or even integrate into
|
||||||
your existing infrastructure.
|
your existing infrastructure.
|
||||||
|
|
||||||
React Native users need not understand how the packager works.
|
React Native users need not to understand how the packager work,
|
||||||
However, this documentation might be useful for advanced users and
|
however, this documentation might be useful for advanced users and
|
||||||
people who want to fix bugs or add features to the packager (patches
|
people who want to fix bugs or add features to the packager (patches
|
||||||
welcome!).
|
welcome!).
|
||||||
|
|
||||||
|
|
|
@ -13,8 +13,7 @@ jest
|
||||||
.dontMock('underscore')
|
.dontMock('underscore')
|
||||||
.dontMock('../../lib/ModuleTransport')
|
.dontMock('../../lib/ModuleTransport')
|
||||||
.setMock('uglify-js')
|
.setMock('uglify-js')
|
||||||
.dontMock('../')
|
.dontMock('../');
|
||||||
.setMock('chalk', { dim: function(s) { return s; } });
|
|
||||||
|
|
||||||
jest.mock('fs');
|
jest.mock('fs');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue