X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.mocharc.json;h=916e8a6fc98d69c004755ecb57ec9e4c1daab701;hb=42cdde9af59120d9096533380a97fa6bc3ecd26b;hp=dd2d1062d4e2247eb1455ca652492a040cacb795;hpb=92ce54736c01dd6ba96450355dbbcca450337da7;p=e-mobility-charging-stations-simulator.git diff --git a/.mocharc.json b/.mocharc.json index dd2d1062..916e8a6f 100644 --- a/.mocharc.json +++ b/.mocharc.json @@ -13,6 +13,10 @@ "full-trace": true, "enable-source-maps": true, "exit": true, - "node-option": ["experimental-specifier-resolution=node", "loader=ts-node/esm"], + "node-option": [ + "loader=ts-node/esm", + "no-warnings=ExperimentalWarning", + "experimental-specifier-resolution=node" + ], "require": ["mochawesome/register"] }