Files
minecraft-bedrock-json-schemas/.mocharc.json

10 lines
206 B
JSON
Raw Normal View History

2021-08-18 20:15:02 +02:00
{
"color": true,
2023-02-19 18:21:16 +01:00
"extension": ["ts"],
"ui": "bdd",
"recursive": true,
"require": "ts-node/register",
"reporter": "mocha-junit-reporter",
"reporterOptions": ["mochaFile=./reports/junit.xml"]
2021-08-18 20:15:02 +02:00
}