X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.mocharc.json;h=916e8a6fc98d69c004755ecb57ec9e4c1daab701;hb=3d48c1c13adbe046643a952b1ddfce30c6cc0a97;hp=922eb321dc6c665c791027e543f23ac27f4b6656;hpb=2e8a02ee53539a1640b4ca574e9c4844d4a76947;p=e-mobility-charging-stations-simulator.git diff --git a/.mocharc.json b/.mocharc.json index 922eb321..916e8a6f 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -13,5 +13,10 @@ "full-trace": true, "enable-source-maps": true, "exit": true, - "require": ["ts-node/register/transpile-only", "mochawesome/register"] + "node-option": [ + "loader=ts-node/esm", + "no-warnings=ExperimentalWarning", + "experimental-specifier-resolution=node" + ], + "require": ["mochawesome/register"] }