X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.mocharc.json;h=162b537df12c5a07db936841d415f3a594f46137;hb=c6be4dd1d3d7836f2bbc3450e58fbabac6d5905e;hp=8f3d10336276b123f7ac04715aab2ef40f046270;hpb=4082efc1bec069b34506a467524b5d4bb9013202;p=e-mobility-charging-stations-simulator.git diff --git a/.mocharc.json b/.mocharc.json index 8f3d1033..162b537d 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -1,9 +1,8 @@ { + "parallel": true, "diff": true, "recursive": true, - "extension": [ - "ts" - ], + "extension": ["ts"], "package": "./package.json", "reporter": "mochawesome", "reporter-options": "reportDir=outputs/mochawesome-report,json=false", @@ -11,8 +10,7 @@ "timeout": 2000, "ui": "bdd", "full-trace": true, + "enable-source-maps": true, "exit": true, - "require": [ - "ts-node/register" - ] + "require": ["ts-node/register", "mochawesome/register"] }