From: Jérôme Benoit Date: Sat, 29 May 2021 19:20:08 +0000 (+0200) Subject: Enable parallel mode on mocha by default X-Git-Tag: v1.0.2-4~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=fe9f028b9aebb834c89473bba5b171adae062a0d;p=e-mobility-charging-stations-simulator.git Enable parallel mode on mocha by default Signed-off-by: Jérôme Benoit --- 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" ] }