pegjs/test/config.json

7 lines
152 B
JSON
Raw Normal View History

{
"reporterEnabled": "spec, mocha-junit-reporter",
"mochaJunitReporterReporterOptions": {
"mochaFile": "test/junit-results.xml"
}
}