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

5 lines
126 B
TOML

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