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, '..');