test(simulator): use standard file namespace for tests
[e-mobility-charging-stations-simulator.git] / .vscode / settings.json
CommitLineData
2e6f5966
JB
1{
2 "editor.codeActionsOnSave": {
8114d10e 3 "source.fixAll": true
5f60a7fd
JB
4 },
5 "testExplorer.useNativeTesting": true,
0dbbeba1
JB
6 "mochaExplorer.nodeArgv": [
7 "--loader=ts-node/esm",
8 "--no-warnings=ExperimentalWarning",
9 "--experimental-specifier-resolution=node"
10 ],
d4ad9d45 11 "mochaExplorer.files": ["test/**/*.test.ts"],
ba516f9c 12 "mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
18e46645 13 "cSpell.words": [
149f6c4b 14 "benoit",
82e91d8f
JB
15 "bufferutil",
16 "cacheable",
18e46645 17 "commitlint",
a712de6f 18 "corepack",
d4371252 19 "csms",
31b5738e 20 "emerg",
51022aa0 21 "emobility",
2585c6e9
JB
22 "evse",
23 "evses",
18e46645 24 "iccid",
c3da35d4 25 "idtag",
7b5dbe91 26 "idtags",
18e46645 27 "imsi",
82e91d8f
JB
28 "lcov",
29 "logform",
d4371252
JB
30 "measurand",
31 "measurands",
32 "mikro",
18e46645 33 "mnemonist",
82e91d8f 34 "mochawesome",
18e46645 35 "ocpp",
149f6c4b 36 "piment",
18e46645 37 "poolifier",
82e91d8f
JB
38 "preinstall",
39 "Recurrency",
5ced7e80 40 "RFID",
82e91d8f 41 "robohydra",
fca8bc64 42 "shutdowning",
149f6c4b 43 "sonarlint",
7d34a2f4 44 "SRPC",
064d000b 45 "tsdoc",
7671fa0b 46 "VCAP",
064d000b 47 "webui"
65fe3d88
JB
48 ],
49 "sonarlint.connectedMode.project": {
50 "connectionId": "sap-1",
51 "projectKey": "e-mobility-charging-stations-simulator"
52 }
2e6f5966 53}