anchor/tests/multiple-suites/tests/another-suite/Test.toml

5 lines
128 B
TOML

extends = ["../Test.base.toml"]
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/another-suite/**/*.ts"