Cleanup mocha configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 10 Oct 2022 21:16:50 +0000 (23:16 +0200)
committerJé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

index aebd1fc3af41bafa72ba71cc6306a2655141ba30..a5b18124f00e24ccfdd7b27da364b361c6e43432 100644 (file)
@@ -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"]
 }