Skip to content

Commit f64f3e6

Browse files
committed
fix(e2e): add force exit for npm e2e test
1 parent 48c0c07 commit f64f3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"gen:local-network-context": "dotenvx run --env-file=.env -- node --conditions=import --import tsx packages/networks/src/networks/vNaga/shared/scripts/generate-abi-signatures.ts",
2020
"prettier": "npx nx format:write --all",
2121
"format:check": "npx nx format:check --all",
22-
"test:e2e": "npx jest --clearCache && LOG_LEVEL=${LOG_LEVEL:-silent} dotenvx run --env-file=.env -- jest --runInBand --detectOpenHandles --config ./jest.e2e.config.ts --testTimeout=50000000 -t",
22+
"test:e2e": "npx jest --clearCache && LOG_LEVEL=${LOG_LEVEL:-silent} dotenvx run --env-file=.env -- jest --runInBand --detectOpenHandles --forceExit --config ./jest.e2e.config.ts --testTimeout=50000000 -t",
2323
"artillery:init": "bun run ./e2e/artillery/src/init.ts",
2424
"artillery:balance-status": "LOG_LEVEL=silent bun run ./e2e/artillery/src/balance-status.ts",
2525
"artillery:pkp-sign": "DEBUG_HTTP=true LOG_LEVEL=silent dotenvx run --env-file=.env -- sh -c 'artillery run ./e2e/artillery/configs/pkp-sign.yml ${ARTILLERY_KEY:+--record --key $ARTILLERY_KEY}'",

0 commit comments

Comments
 (0)