Skip to content

Commit

Permalink
Update Anchor.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Reinis Martinsons <[email protected]>
  • Loading branch information
chrismaree and Reinis-FRP authored Sep 20, 2024
1 parent 16e6787 commit f9c79de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cluster = "localnet"
wallet = "test/svm/keys/localnet-wallet.json"

[scripts]
test = "anchor run generateExternalTypes && yarn run ts-mocha -p ./tsconfig.json -t 1000000 test/**/*.ts"
test = "anchor run generateExternalTypes && yarn run ts-mocha -p ./tsconfig.json -t 1000000 test/svm/**/*.ts"
initialize = "NODE_NO_WARNINGS=1 yarn run ts-node ./scripts/svm/initialize.ts"
queryState = "NODE_NO_WARNINGS=1 yarn run ts-node ./scripts/svm/queryState.ts"
enableRoute = "NODE_NO_WARNINGS=1 yarn run ts-node ./scripts/svm/enableRoute.ts"
Expand Down

0 comments on commit f9c79de

Please sign in to comment.