Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
"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"]
}
"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": [
"idtag",
"imsi",
"ocpp",
+ "preinstall",
"RFID",
"webui"
]