From 9e027c2a1835c72ad8c4cd93666f600916b75f97 Mon Sep 17 00:00:00 2001 From: Jason Palmer Date: Thu, 21 Jun 2018 20:48:29 -0400 Subject: [PATCH] Remove useJestCircus boolean on runTest --- e2e/runJest.js | 1 - 1 file changed, 1 deletion(-) 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: