repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5eb069
)
Fix source map support in mocha
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 3 Oct 2022 14:42:04 +0000
(16:42 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/.mocharc.json
b/.mocharc.json
index 6bab7faa18f3b10859b4d2aaedfd0093b64010fd..162b537df12c5a07db936841d415f3a594f46137 100644
(file)
--- 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"]
}