X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=ff191d38b4fd0832541cd2b7c388810c43386028;hb=7afb608e3832c308de65b517b81ba0cd01b24d1c;hp=f522dcb8748b84bd46f0cc05843901c8281beb27;hpb=5f60a7fd5ff43e25d148d9be1ec999f13eac5a83;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/settings.json b/.vscode/settings.json index f522dcb8..ff191d38 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,5 +3,36 @@ "source.fixAll": true }, "testExplorer.useNativeTesting": true, - "mochaExplorer.files": ["test/**/*Test.ts"] + "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": [ + "benoit", + "bufferutil", + "cacheable", + "commitlint", + "CSMS", + "evse", + "evses", + "iccid", + "imsi", + "lcov", + "logform", + "Measurand", + "Mikro", + "mnemonist", + "mochawesome", + "ocpp", + "piment", + "poolifier", + "preinstall", + "Recurrency", + "robohydra", + "sonarlint", + "tsdoc" + ] }