Files
minecraft-bedrock-json-schemas/.mocharc.json
Daan Verstraten 92ad45e510 Trying to fix the pipeline (#161)
* Trying to fix the pipeline

* Fixing pipeline

* Removed mocha-junit-reporter
2023-02-21 19:21:04 +01:00

8 lines
112 B
JSON

{
"color": true,
"extension": ["ts"],
"ui": "bdd",
"recursive": true,
"require": "ts-node/register"
}