repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a411cb1
)
Cleanup mocha configuration
author
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 10 Oct 2022 21:16:50 +0000
(23:16 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Mon, 10 Oct 2022 21:16:50 +0000
(23:16 +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 aebd1fc3af41bafa72ba71cc6306a2655141ba30..a5b18124f00e24ccfdd7b27da364b361c6e43432 100644
(file)
--- a/
.mocharc.json
+++ b/
.mocharc.json
@@
-5,8
+5,8
@@
"timeout": 20000,
"full-trace": true,
"exit": true,
- "reporter": "mochawesome",
"enable-source-maps": true,
+ "reporter": "mochawesome",
"reporter-options": "reportDir=outputs/mochawesome-report,json=false",
"require": ["mochawesome/register"]
}