|
29 | 29 | "sass:watch": "sass --watch --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \"css\"); do if ! $(git check-ignore -q $cssdir); then printf \"$cssdir \"; fi; done)", |
30 | 30 | "stylelint": "stylelint $(for appdir in $(ls apps); do if ! $(git check-ignore -q \"apps/$appdir\"); then printf \"'apps/$appdir/**/*.{scss,vue}' \"; fi; done) 'core/**/*.{scss,vue}'", |
31 | 31 | "stylelint:fix": "npm run stylelint -- --fix", |
32 | | - "test": "build/demi.sh test", |
33 | | - "test:coverage": "build/demi.sh test:coverage", |
34 | | - "test:update-snapshots": "build/demi.sh test:update-snapshots", |
35 | | - "test:watch": "build/demi.sh --parallel test:watch", |
| 32 | + "test": "vitest run", |
| 33 | + "test:coverage": "vitest run --coverage", |
| 34 | + "test:update-snapshots": "vitest run --update", |
| 35 | + "test:watch": "vitest --watch", |
36 | 36 | "watch": "build/demi.sh --parallel watch" |
37 | 37 | }, |
38 | 38 | "browserslist": [ |
|
77 | 77 | "@testing-library/jest-dom": "^6.9.1", |
78 | 78 | "@testing-library/vue": "^8.1.0", |
79 | 79 | "@types/dockerode": "^4.0.1", |
80 | | - "@vitest/coverage-istanbul": "^4.1.4", |
| 80 | + "@vitest/coverage-v8": "^4.1.4", |
81 | 81 | "@vue/test-utils": "^2.4.6", |
82 | | - "@vue/tsconfig": "^0.9.0", |
| 82 | + "@vue/tsconfig": "^0.9.1", |
83 | 83 | "@zip.js/zip.js": "^2.8.26", |
84 | 84 | "concurrently": "^9.2.1", |
85 | 85 | "cypress": "^15.14.0", |
|
98 | 98 | "sass": "^1.99.0", |
99 | 99 | "stylelint": "^17.8.0", |
100 | 100 | "vite": "^7.3.2", |
101 | | - "vitest": "^4.0.15" |
| 101 | + "vitest": "^4.1.4" |
102 | 102 | }, |
103 | 103 | "engines": { |
104 | 104 | "node": "^24.0.0", |
|
0 commit comments