Skip to content

Commit dcc4630

Browse files
committed
solana: Add --detectOpenHandles flag to prevent anchor tests crashing
1 parent ba99c96 commit dcc4630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solana/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"build": "npm run build:esm && npm run build:cjs",
3939
"rebuild": "npm run clean && npm run build",
4040
"clean": "rm -rf ./dist",
41-
"test:ci": "jest --config ./jest.config.ts",
41+
"test:ci": "jest --config ./jest.config.ts --detectOpenHandles",
4242
"build:contracts": "make build"
4343
},
4444
"devDependencies": {

0 commit comments

Comments
 (0)