Skip to content

Commit

Permalink
Remove useJestCircus boolean on runTest
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj3 committed Jun 22, 2018
1 parent a39c78d commit 9e027c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/runJest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9e027c2

Please sign in to comment.