build: fix code mocha explorer settings with ESM
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
1 {
2 "editor.codeActionsOnSave": {
3 "source.fixAll": true
4 },
5 "testExplorer.useNativeTesting": true,
6 "mochaExplorer.nodeArgv": [
7 "--loader=ts-node/esm",
8 "--no-warnings=ExperimentalWarning",
9 "--experimental-specifier-resolution=node"
10 ],
11 "mochaExplorer.files": ["test/**/*Test.ts"],
12 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
13 "cSpell.words": [
14 "benoit",
15 "bufferutil",
16 "cacheable",
17 "commitlint",
18 "CSMS",
19 "iccid",
20 "imsi",
21 "lcov",
22 "logform",
23 "Measurand",
24 "Mikro",
25 "mnemonist",
26 "mochawesome",
27 "ocpp",
28 "piment",
29 "poolifier",
30 "preinstall",
31 "Recurrency",
32 "robohydra",
33 "sonarlint",
34 "tsdoc"
35 ]
36 }