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