X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.mocharc.json;h=6bab7faa18f3b10859b4d2aaedfd0093b64010fd;hb=9d73266c8bb85d7e2bc1fab9954a76910fd689eb;hp=8f3d10336276b123f7ac04715aab2ef40f046270;hpb=4082efc1bec069b34506a467524b5d4bb9013202;p=e-mobility-charging-stations-simulator.git diff --git a/.mocharc.json b/.mocharc.json index 8f3d1033..6bab7faa 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", @@ -12,7 +11,5 @@ "ui": "bdd", "full-trace": true, "exit": true, - "require": [ - "ts-node/register" - ] + "require": ["ts-node/register", "mochawesome/register"] }