X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.mocharc.json;h=916e8a6fc98d69c004755ecb57ec9e4c1daab701;hb=3a389887aed29dda323355d2787f42ce10d02d28;hp=162b537df12c5a07db936841d415f3a594f46137;hpb=7685ee64e5c27b603f4445527c7d01c2c72e717e;p=e-mobility-charging-stations-simulator.git diff --git a/.mocharc.json b/.mocharc.json index 162b537d..916e8a6f 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -1,4 +1,5 @@ { + "$schema": "https://json.schemastore.org/mocharc", "parallel": true, "diff": true, "recursive": true, @@ -12,5 +13,10 @@ "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"] }