mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-05 23:10:16 +00:00
Fix vitest runs for modules
This commit is contained in:
@@ -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:*",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user