From: Jérôme Benoit Date: Mon, 3 Oct 2022 14:42:04 +0000 (+0200) Subject: Fix source map support in mocha X-Git-Tag: v1.1.76~18 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=7685ee64e5c27b603f4445527c7d01c2c72e717e;p=e-mobility-charging-stations-simulator.git Fix source map support in mocha Signed-off-by: Jérôme Benoit --- diff --git a/.mocharc.json b/.mocharc.json index 6bab7faa..162b537d 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -10,6 +10,7 @@ "timeout": 2000, "ui": "bdd", "full-trace": true, + "enable-source-maps": true, "exit": true, "require": ["ts-node/register", "mochawesome/register"] }