test:unit task now includes mock-friendly .spec.ts tests

This commit is contained in:
Riccardo Ferretti
2025-09-25 23:38:20 +02:00
parent 3b5906a1cf
commit dcb951004a
5 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
"editor.formatOnSaveMode": "file",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"jest.rootPath": "packages/foam-vscode",
"jest.jestCommandLine": "yarn test:unit-with-specs",
"jest.jestCommandLine": "yarn test:unit",
"gitdoc.enabled": false,
"search.mode": "reuseEditor",
"[typescript]": {