From c5b2dcaf9d385d796996a39424b1b22b9baf3873 Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Wed, 19 Aug 2015 16:19:31 -0700 Subject: [PATCH] [react-packager] Remove unnecessary 'chalk' module mock --- react-packager/src/Activity/__mocks__/chalk.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 react-packager/src/Activity/__mocks__/chalk.js diff --git a/react-packager/src/Activity/__mocks__/chalk.js b/react-packager/src/Activity/__mocks__/chalk.js deleted file mode 100644 index 58bf03a6..00000000 --- a/react-packager/src/Activity/__mocks__/chalk.js +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Copyright (c) 2015-present, Facebook, Inc. - * All rights reserved. - * - * This source code is licensed under the BSD-style license found in the - * LICENSE file in the root directory of this source tree. An additional grant - * of patent rights can be found in the PATENTS file in the same directory. - */ -'use strict'; - -module.exports = { - dim: s => s, -};