Files
openstapps/.mocharc.json
2023-06-29 16:01:42 +02:00

8 lines
200 B
JSON

{
"extension": ["ts"],
"node-option": ["loader=ts-node/esm"],
"reporter": "mocha-junit-reporter",
"reporter-option": ["mochaFile=coverage/report-junit.xml"],
"spec": ["test/**/*.spec.ts"]
}