X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.mocharc.json;h=916e8a6fc98d69c004755ecb57ec9e4c1daab701;hb=792e0e36e1352cabb06e98727bd330443b513cd0;hp=6bab7faa18f3b10859b4d2aaedfd0093b64010fd;hpb=e7aeea18e189dd087c8f951cf77a253e2818ae90;p=e-mobility-charging-stations-simulator.git diff --git a/.mocharc.json b/.mocharc.json index 6bab7faa..916e8a6f 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/mocharc", "parallel": true, "diff": true, "recursive": true, @@ -10,6 +11,12 @@ "timeout": 2000, "ui": "bdd", "full-trace": true, + "enable-source-maps": true, "exit": true, - "require": ["ts-node/register", "mochawesome/register"] + "node-option": [ + "loader=ts-node/esm", + "no-warnings=ExperimentalWarning", + "experimental-specifier-resolution=node" + ], + "require": ["mochawesome/register"] }