Test.toml 126 B

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