X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.mocharc.json;h=88465baf32a54cbc4b3eb60c3ad15fedcd2d35be;hb=107efcc6655b5a4409fc5db3da90869d6881a195;hp=8f3d10336276b123f7ac04715aab2ef40f046270;hpb=4082efc1bec069b34506a467524b5d4bb9013202;p=e-mobility-charging-stations-simulator.git diff --git a/.mocharc.json b/.mocharc.json index 8f3d1033..88465baf 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -1,4 +1,5 @@ { + "parallel": true, "diff": true, "recursive": true, "extension": [ @@ -13,6 +14,7 @@ "full-trace": true, "exit": true, "require": [ - "ts-node/register" + "ts-node/register", + "mochawesome/register" ] }