From ae4a37b8ef3b31a7edff4169a8c5697e61542a63 Mon Sep 17 00:00:00 2001 From: feng Date: Tue, 15 Mar 2022 10:02:16 +0800 Subject: [PATCH] Revert "add --detectOpenHandles to troubleshoot circleci fail" This reverts commit dc2527332aa2b85e85ffe58d549e203af0d77197. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72ac7ef43d4f..01ecdac5d036 100644 --- a/package.json +++ b/package.json @@ -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 --detectOpenHandles", + "test-ci-partial": "yarn test-ci-partial:parallel -i", "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",