We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba99c96 commit dcc4630Copy full SHA for dcc4630
solana/package.json
@@ -38,7 +38,7 @@
38
"build": "npm run build:esm && npm run build:cjs",
39
"rebuild": "npm run clean && npm run build",
40
"clean": "rm -rf ./dist",
41
- "test:ci": "jest --config ./jest.config.ts",
+ "test:ci": "jest --config ./jest.config.ts --detectOpenHandles",
42
"build:contracts": "make build"
43
},
44
"devDependencies": {
0 commit comments