anchor/tests/typescript/Anchor.toml

10 lines
188 B
TOML
Raw Normal View History

[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
[workspace]
2021-08-08 02:11:48 -07:00
members = ["programs/typescript"]
2021-07-29 14:38:24 -07:00
[scripts]
test = "ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"