X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=ff191d38b4fd0832541cd2b7c388810c43386028;hb=7afb608e3832c308de65b517b81ba0cd01b24d1c;hp=ed74f64355114623764c9244eff862e6eb635549;hpb=149f6c4b905b292d0f46f8e88a557c7a01ec0024;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index ed74f643..ff191d38 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,11 @@ "source.fixAll": true }, "testExplorer.useNativeTesting": true, + "mochaExplorer.nodeArgv": [ + "--loader=ts-node/esm", + "--no-warnings=ExperimentalWarning", + "--experimental-specifier-resolution=node" + ], "mochaExplorer.files": ["test/**/*Test.ts"], "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests", "cSpell.words": [ @@ -11,6 +16,8 @@ "cacheable", "commitlint", "CSMS", + "evse", + "evses", "iccid", "imsi", "lcov",