Skip to content

Commit f4f31cc

Browse files
committed
Enable source maps in mocha config
...instead of using the --enable-source-maps arg in every test script
1 parent 23b86bf commit f4f31cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unitTests/.mocharc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"ui": "bdd",
44
"extension": ["js", "mjs"],
55
"recursive": true,
6+
"enable-source-maps": true,
67
"exit": true
78
}

0 commit comments

Comments
 (0)