From b1943d588c8e446afea709eeb9ba355af63b86b5 Mon Sep 17 00:00:00 2001 From: facebook-github-bot-6 Date: Wed, 16 Sep 2015 10:30:53 -0700 Subject: [PATCH] Get back 100% in sync with fb codebase --- README.md | 4 ++-- react-packager/src/Bundler/__tests__/Bundler-test.js | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b6762ba..c3fae480 100644 --- a/README.md +++ b/README.md @@ -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!). diff --git a/react-packager/src/Bundler/__tests__/Bundler-test.js b/react-packager/src/Bundler/__tests__/Bundler-test.js index 60e21c07..fb205d8a 100644 --- a/react-packager/src/Bundler/__tests__/Bundler-test.js +++ b/react-packager/src/Bundler/__tests__/Bundler-test.js @@ -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');