X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.mocharc.json;h=916e8a6fc98d69c004755ecb57ec9e4c1daab701;hb=d4ad9d45e762ddb25f47b16c175a1509e89f422b;hp=c5a149f378fdf9364992f82f9ab090fe9e700f9a;hpb=878e026c886468c5d488b75a6d3636abea6fc07c;p=e-mobility-charging-stations-simulator.git diff --git a/.mocharc.json b/.mocharc.json index c5a149f3..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", "mochawesome/register"] + "node-option": [ + "loader=ts-node/esm", + "no-warnings=ExperimentalWarning", + "experimental-specifier-resolution=node" + ], + "require": ["mochawesome/register"] }