Skip to content

Commit f3923b4

Browse files
committed
adding jsdom types
Added run to vitest so by default we not running in watch mode
1 parent a78df4c commit f3923b4

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

src/Frontend/package-lock.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Frontend/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"type-check": "vue-tsc --build --force",
1212
"lint": "eslint .",
1313
"preview": "vite preview",
14-
"test:component": "vitest ./src",
14+
"test:component": "vitest run ./src",
1515
"test:coverage": "vitest run --coverage",
16-
"test:application:vitest": "npx vitest ./test/specs",
16+
"test:application:vitest": "npx vitest run ./test/specs",
1717
"test:application": "npm run test:application:vitest"
1818
},
1919
"dependencies": {
@@ -57,6 +57,7 @@
5757
"@testing-library/vue": "8.1.0",
5858
"@tsconfig/node18": "18.2.4",
5959
"@types/bootstrap": "5.2.10",
60+
"@types/jsdom": "27.0.0",
6061
"@types/lodash": "4.17.20",
6162
"@types/node": "24.3.1",
6263
"@vitejs/plugin-vue": "6.0.1",

0 commit comments

Comments
 (0)