Files
minecraft-bedrock-json-schemas/.mocharc.json
2023-02-19 18:21:16 +01:00

10 lines
206 B
JSON

{
"color": true,
"extension": ["ts"],
"ui": "bdd",
"recursive": true,
"require": "ts-node/register",
"reporter": "mocha-junit-reporter",
"reporterOptions": ["mochaFile=./reports/junit.xml"]
}