Fix source map support in mocha
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Oct 2022 14:42:04 +0000 (16:42 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 3 Oct 2022 14:42:04 +0000 (16:42 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.mocharc.json

index 6bab7faa18f3b10859b4d2aaedfd0093b64010fd..162b537df12c5a07db936841d415f3a594f46137 100644 (file)
@@ -10,6 +10,7 @@
   "timeout": 2000,
   "ui": "bdd",
   "full-trace": true,
+  "enable-source-maps": true,
   "exit": true,
   "require": ["ts-node/register", "mochawesome/register"]
 }