From: Jérôme Benoit Date: Mon, 10 Oct 2022 21:16:50 +0000 (+0200) Subject: Cleanup mocha configuration X-Git-Tag: v2.3.1~29 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e936be1226333a6ab6c6c16d01b61d994e7327cc;p=poolifier.git Cleanup mocha configuration Signed-off-by: Jérôme Benoit --- diff --git a/.mocharc.json b/.mocharc.json index aebd1fc3..a5b18124 100644 --- 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"] }