Skip to content

Commit

Permalink
Revert Detect Open Handles Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Nov 12, 2024
1 parent b444b5f commit 6420526
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/js-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"scripts": {
"test": "jest --verbose",
"test-ci": "jest --verbose --setupFiles ./ci-config.js --forceExit --detectOpenHandles",
"test-ci": "jest --verbose --setupFiles ./ci-config.js --forceExit",
"build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json && tsc -p tsconfig.types.json"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion sdk/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"build-all": "npm run build-deps && npm run build-lib",
"docs": "typedoc src/index.ts",
"test": "DEV=true NETWORK=DEVNET jest --verbose",
"test-ci": "NETWORK=DEVNET NEAR_NO_LOGS=true jest --verbose --setupFiles ./ci-config.js --forceExit --detectOpenHandles",
"test-ci": "NETWORK=DEVNET NEAR_NO_LOGS=true jest --verbose --setupFiles ./ci-config.js --forceExit",
"test-relayer-mainnet": "ENV=mainnet NETWORK=MAINNET npx jest --verbose ./src/relayer/",
"test-relayer-testnet": "ENV=testnet NETWORK=TESTNET npx jest --verbose ./src/relayer/",
"build": "npm run build-all",
Expand Down
2 changes: 1 addition & 1 deletion spydk/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build-lib": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"build-all": "npm run build-lib",
"test": "jest --config jestconfig.json --verbose",
"test-ci": "jest --config jestconfig.json --verbose --setupFiles ./ci-config.js --forceExit --detectOpenHandles",
"test-ci": "jest --config jestconfig.json --verbose --setupFiles ./ci-config.js",
"build": "npm run build-all",
"format": "echo \"disabled: prettier --write \"src/**/*.ts\"\"",
"lint": "tslint -p tsconfig.json",
Expand Down

0 comments on commit 6420526

Please sign in to comment.