Fix vitest runs for modules

This commit is contained in:
Michael Telatynski
2026-06-08 11:21:36 +01:00
parent cf9ee41d06
commit 2192b2f5e3
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"license": "SEE LICENSE IN README.md",
"scripts": {
"build": "vite build",
"lint:types": "tsc --noEmit"
"lint:types": "tsc --noEmit",
"test:unit": "vitest run"
},
"devDependencies": {
"@element-hq/element-web-module-api": "workspace:*",
+1 -1
View File
@@ -8,7 +8,7 @@
"scripts": {
"build": "vite build",
"lint:types": "tsc --noEmit",
"test": "vitest run --coverage"
"test:unit": "vitest run"
},
"devDependencies": {
"@arcmantle/vite-plugin-import-css-sheet": "^1.0.12",