Files
tsc-decorators/.mocharc.json
2021-07-21 21:26:22 -04:00

8 lines
164 B
JSON

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