X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.mocharc.json;h=676d4f0217ac1c9ac6b70bf263cfbc739ddf5cd9;hb=HEAD;hp=aebd1fc3af41bafa72ba71cc6306a2655141ba30;hpb=4456ef64dba0aafb421cd18da1755f8b785a40ce;p=poolifier.git diff --git a/.mocharc.json b/.mocharc.json index aebd1fc3..676d4f02 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -1,12 +1,13 @@ { + "$schema": "https://json.schemastore.org/mocharc", "parallel": true, "diff": true, "package": "./package.json", "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"] }