Test.toml 128 B

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