"--no-warnings=ExperimentalWarning",
"--experimental-specifier-resolution=node"
],
- "mochaExplorer.files": ["test/**/*Test.ts"],
+ "mochaExplorer.files": ["test/**/*.test.ts"],
"mochaExplorer.debuggerConfig": "Debug Simulator Unit Tests",
"cSpell.words": [
"benoit",
"lint": "cross-env TIMING=1 eslint --cache --ext .js,.cjs,.mjs,.ts src",
"lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.cjs,.mjs,.ts src",
"format": "prettier --cache --write .",
- "test": "c8 mocha test/**/*Test.ts",
- "test:debug": "mocha --no-parallel --inspect test/**/*Test.ts",
+ "test": "c8 mocha test/**/*.test.ts",
+ "test:debug": "mocha --no-parallel --inspect test/**/*.test.ts",
"coverage": "c8 report --reporter=lcov",
"coverage:html": "c8 report --reporter=html",
"clinic:clean": "clinic clean",