tsc-decorators/.mocharc.json
2021-07-21 23:37:51 -04:00

8 lines
175 B
JSON

{
"$schema": "https://json.schemastore.org/mocharc",
"reporter": "mochawesome",
"extension": [".ts"],
"require": ["./scripts/babel-register.js"],
"timeout": 10000
}