Fix build due to winston types definition fix
[e-mobility-charging-stations-simulator.git] / .mocharc.json
CommitLineData
4082efc1 1{
fe9f028b 2 "parallel": true,
4082efc1
JB
3 "diff": true,
4 "recursive": true,
5 "extension": [
6 "ts"
7 ],
8 "package": "./package.json",
9 "reporter": "mochawesome",
10 "reporter-options": "reportDir=outputs/mochawesome-report,json=false",
11 "slow": 75,
12 "timeout": 2000,
13 "ui": "bdd",
14 "full-trace": true,
15 "exit": true,
16 "require": [
fe9f028b
JB
17 "ts-node/register",
18 "mochawesome/register"
4082efc1
JB
19 ]
20}