From 7685ee64e5c27b603f4445527c7d01c2c72e717e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 3 Oct 2022 16:42:04 +0200 Subject: [PATCH] Fix source map support in mocha MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .mocharc.json | 1 + 1 file changed, 1 insertion(+) 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"] } -- 2.34.1