We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8e1bf commit 454f3d1Copy full SHA for 454f3d1
examples/sol-anchor-contract/Anchor.toml
@@ -7,4 +7,4 @@ wallet = "~/.config/solana/id.json"
7
8
[scripts]
9
install = "npm install"
10
-invoke = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 scripts/invoke.ts"
+test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 scripts/test.ts"
examples/sol-anchor-contract/scripts/invoke.ts renamed to examples/sol-anchor-contract/scripts/test.ts
0 commit comments