Get back 100% in sync with fb codebase

This commit is contained in:
facebook-github-bot-6 2015-09-16 10:30:53 -07:00
parent c1c61a4e88
commit b1943d588c
2 changed files with 3 additions and 4 deletions

View File

@ -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!).

View File

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