Skip to content

Commit

Permalink
add --detectOpenHandles to troubleshoot circleci fail
Browse files Browse the repository at this point in the history
  • Loading branch information
F3n67u committed Mar 9, 2022
1 parent 8a8fd6e commit dc25273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"lint:prettier:ci": "prettier '**/*.{md,yml,yaml}' 'website/**/*.{css,js}' --check --ignore-path .gitignore",
"remove-examples": "node ./scripts/remove-examples.js",
"test-types": "yarn jest --config jest.config.tsd.js",
"test-ci-partial": "yarn test-ci-partial:parallel -i",
"test-ci-partial": "yarn test-ci-partial:parallel -i --detectOpenHandles",
"test-ci-partial:parallel": "yarn jest --color --config jest.config.ci.js",
"test-pretty-format-perf": "node packages/pretty-format/perf/test.js",
"test-leak": "yarn jest -i --detectLeaks --color jest-mock jest-diff jest-repl pretty-format",
Expand Down

0 comments on commit dc25273

Please sign in to comment.