|
4 | 4 | "lint": "eslint --fix --ext .js,.vue --ignore-path .gitignore .", |
5 | 5 | "test": "npm run test:unit", |
6 | 6 | "tests": "vitest --config ./tests/vitest.config.js", |
7 | | - "test:unit": "npm run tests --project unit", |
| 7 | + "test:browser": "npm run tests --project browser", |
8 | 8 | "test:integration": "npm run tests --project integration", |
| 9 | + "test:unit": "npm run tests --project unit", |
9 | 10 | "geode_objects": "node scripts/generate_geode_objects.js && prettier ./assets/geode_objects.js --write", |
10 | 11 | "build": "" |
11 | 12 | }, |
12 | 13 | "devDependencies": { |
13 | 14 | "@nuxt/test-utils": "3.21.0", |
14 | 15 | "@pinia/testing": "1.0.3", |
15 | 16 | "@vitejs/plugin-vue": "5.2.4", |
| 17 | + "@vitest/browser-playwright": "4.0.16", |
| 18 | + "@vitest/browser-preview": "4.0.16", |
16 | 19 | "@vue/test-utils": "2.4.6", |
17 | 20 | "electron": "36.4.0", |
18 | 21 | "eslint": "9.26.0", |
|
30 | 33 | "unplugin-auto-import": "20.0.0", |
31 | 34 | "vite": "6.3.5", |
32 | 35 | "vite-plugin-vuetify": "2.1.1", |
33 | | - "vitest": "4.0.15", |
| 36 | + "vitest": "4.0.16", |
34 | 37 | "vitest-environment-nuxt": "1.0.1" |
35 | 38 | }, |
36 | 39 | "overrides": { |
|
58 | 61 | "sass": "1.87.0", |
59 | 62 | "semver": "7.7.1", |
60 | 63 | "uuid": "11.1.0", |
| 64 | + "vitest-browser-vue": "^2.0.1", |
61 | 65 | "vue3-carousel": "0.3.4", |
62 | 66 | "vuetify": "3.10.11", |
63 | 67 | "ws": "8.18.3", |
|
0 commit comments