anchor/tests/typescript/Anchor.toml

13 lines
269 B
TOML
Raw Normal View History

[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
[programs.localnet]
typescript = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
[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"