Add initial unit tests: circular array
[e-mobility-charging-stations-simulator.git] / .mocharc.json
1 {
2 "diff": true,
3 "recursive": true,
4 "extension": [
5 "ts"
6 ],
7 "package": "./package.json",
8 "reporter": "mochawesome",
9 "reporter-options": "reportDir=outputs/mochawesome-report,json=false",
10 "slow": 75,
11 "timeout": 2000,
12 "ui": "bdd",
13 "full-trace": true,
14 "exit": true,
15 "require": [
16 "ts-node/register"
17 ]
18 }