canvas-lms/packages/canvas-rce/mocha-reporter-config.json

9 lines
246 B
JSON

{
"reporterEnabled": "mocha-junit-reporter, spec",
"mochaJunitReporterReporterOptions": {
"mochaFile": "coverage/canvas-rce-junit.xml",
"testsuitesTitle": "Canvas RCE Mocha Tests",
"rootSuiteTitle": "Canvas RCE Mocha Tests"
}
}