From 168ac8d83dcccb48d9c9f2b78e0cafc83b36dcec Mon Sep 17 00:00:00 2001 From: Christoph Nakazawa Date: Thu, 6 Dec 2018 20:06:48 -0800 Subject: [PATCH] Use `findPlugins` from `react-native-local-cli` Summary: This module now lives outside of the React Native repo. Reviewed By: TheSavior Differential Revision: D13337412 fbshipit-source-id: 548868e5f1f3812574fda3d235eb9d47c81d6522 --- jest/hasteImpl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest/hasteImpl.js b/jest/hasteImpl.js index f2b8abae52..fda5a20dd9 100644 --- a/jest/hasteImpl.js +++ b/jest/hasteImpl.js @@ -11,7 +11,7 @@ 'use strict'; const path = require('path'); -const findPlugins = require('../local-cli/core/findPlugins'); +const findPlugins = require('react-native-local-cli/core/findPlugins'); const REACT_NATIVE_CI = process.cwd() === path.resolve(__dirname, '..');