Skip to content

Commit ba295db

Browse files
committed
Remove useJestCircus boolean on runTest
1 parent 9ea8122 commit ba295db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

e2e/runJest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const JEST_PATH = path.resolve(__dirname, '../packages/jest-cli/bin/jest.js');
2121
type RunJestOptions = {
2222
nodePath?: string,
2323
skipPkgJsonCheck?: boolean, // don't complain if can't find package.json
24-
useJestCircus?: boolean,
2524
};
2625

2726
// return the result of the spawned process:

0 commit comments

Comments
 (0)