X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.mocharc.json;h=676d4f0217ac1c9ac6b70bf263cfbc739ddf5cd9;hb=39c93c16d109194824a53f2b9d8167353d13515c;hp=9fca33e366f33894fcddf32e41fb0cb32f9c1f6d;hpb=2c1331d62eb8900f4c8c3b6bd7afd4f943d187bc;p=poolifier.git diff --git a/.mocharc.json b/.mocharc.json index 9fca33e3..676d4f02 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -1,11 +1,13 @@ { + "$schema": "https://json.schemastore.org/mocharc", "parallel": true, "diff": true, "package": "./package.json", "timeout": 20000, "full-trace": true, "exit": true, + "enable-source-maps": true, "reporter": "mochawesome", "reporter-options": "reportDir=outputs/mochawesome-report,json=false", - "require": ["source-map-support/register", "mochawesome/register"] + "require": ["mochawesome/register"] }