File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ cluster = "localnet"
1818wallet = " ~/.config/solana/id.json"
1919
2020[scripts ]
21- test = " yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
21+ test = " pnpm ts-mocha --no-experimental-strip-types -p ./tsconfig.json -t 1000000 tests/**/*.ts"
Original file line number Diff line number Diff line change 33 "scripts" : {
44 "lint:fix" : " prettier */*.ts \" */**/*{.js,.ts}\" -w" ,
55 "lint" : " prettier */*.js \" */**/*{.js,.ts}\" --check" ,
6- "test" : " anchor build -- --features local && yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/test_*/*.test .ts"
6+ "test" : " anchor build -- --features local && ts-mocha --no-experimental-strip-types - p ./tsconfig.json -t 1000000 tests/**/* .ts"
77 },
88 "dependencies" : {
99 "@coral-xyz/anchor" : " ^0.31.1" ,
You can’t perform that action at this time.
0 commit comments