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
|
||||
your existing infrastructure.
|
||||
|
||||
React Native users need not understand how the packager works.
|
||||
However, this documentation might be useful for advanced users and
|
||||
React Native users need not to understand how the packager work,
|
||||
however, this documentation might be useful for advanced users and
|
||||
people who want to fix bugs or add features to the packager (patches
|
||||
welcome!).
|
||||
|
||||
|
|
|
@ -13,8 +13,7 @@ jest
|
|||
.dontMock('underscore')
|
||||
.dontMock('../../lib/ModuleTransport')
|
||||
.setMock('uglify-js')
|
||||
.dontMock('../')
|
||||
.setMock('chalk', { dim: function(s) { return s; } });
|
||||
.dontMock('../');
|
||||
|
||||
jest.mock('fs');
|
||||
|
||||
|
|
Loading…
Reference in New Issue