Files
openstapps/.mocharc.json

8 lines
211 B
JSON

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