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