anchor/examples/typescript/Anchor.toml

11 lines
204 B
TOML
Raw Normal View History

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