|
18 | 18 | "prettier:change": "git diff HEAD --name-only | xargs prettier --write --no-error-on-unmatched-pattern", |
19 | 19 | "prettier:fix": "prettier --write .", |
20 | 20 | "serve": "BASE=${BASE:-/apps/text} NODE_ENV=development vite --mode development serve --host", |
21 | | - "test": "NODE_ENV=test vitest", |
22 | | - "test:coverage": "NODE_ENV=test vitest --coverage", |
| 21 | + "test": "NODE_ENV=test vitest run", |
| 22 | + "test:coverage": "NODE_ENV=test vitest run --coverage", |
23 | 23 | "test:cypress": "cd cypress && ./runLocal.sh run", |
24 | 24 | "test:cypress:open": "cd cypress && ./runLocal.sh open", |
25 | 25 | "watch": "NODE_ENV=development NODE_OPTIONS='--max-old-space-size=8192' vite --mode development build --watch" |
|
117 | 117 | "@nextcloud/prettier-config": "^1.2.0", |
118 | 118 | "@nextcloud/vite-config": "^1.7.2", |
119 | 119 | "@types/markdown-it": "^14.1.2", |
120 | | - "@vitest/coverage-v8": "^3.2.4", |
| 120 | + "@vitejs/plugin-vue2": "^2.3.4", |
| 121 | + "@vitest/coverage-v8": "^4.0.3", |
121 | 122 | "@vue/test-utils": "^1.3.0 <2", |
122 | 123 | "@vue/tsconfig": "^0.5.1", |
123 | 124 | "@vueuse/core": "^11.3.0", |
|
135 | 136 | "typescript": "^5.9.3", |
136 | 137 | "vite": "^7.1.12", |
137 | 138 | "vite-plugin-commonjs": "^0.10.4", |
138 | | - "vitest": "^3.2.4", |
| 139 | + "vitest": "^4.0.3", |
139 | 140 | "vue-demi": "^0.14.10", |
140 | 141 | "vue-template-compiler": "^2.7.16", |
141 | 142 | "vue-tsc": "^2.2.12" |
|
0 commit comments