diff --git a/e2e/runJest.js b/e2e/runJest.js index 085abee877b6..5a35fd13c7c8 100644 --- a/e2e/runJest.js +++ b/e2e/runJest.js @@ -21,7 +21,6 @@ const JEST_PATH = path.resolve(__dirname, '../packages/jest-cli/bin/jest.js'); type RunJestOptions = { nodePath?: string, skipPkgJsonCheck?: boolean, // don't complain if can't find package.json - useJestCircus?: boolean, }; // return the result of the spawned process: