X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.mocharc.json;h=dd2d1062d4e2247eb1455ca652492a040cacb795;hb=761684ec171cf2b700f23b28833c40409f3cef51;hp=162b537df12c5a07db936841d415f3a594f46137;hpb=7685ee64e5c27b603f4445527c7d01c2c72e717e;p=e-mobility-charging-stations-simulator.git diff --git a/.mocharc.json b/.mocharc.json index 162b537d..dd2d1062 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,6 @@ "full-trace": true, "enable-source-maps": true, "exit": true, - "require": ["ts-node/register", "mochawesome/register"] + "node-option": ["experimental-specifier-resolution=node", "loader=ts-node/esm"], + "require": ["mochawesome/register"] }