|
13 | 13 | "pre-commit": "lint-staged",
|
14 | 14 | "postinstall": "husky install; cypress cache prune",
|
15 | 15 | "test:unit": "vitest",
|
| 16 | + "test:ui": "vitest --ui", |
16 | 17 | "test:coverage": "vitest run --coverage",
|
17 | 18 | "test:browser": "cypress run",
|
18 | 19 | "test": "test:unit && test:browser",
|
|
28 | 29 | "@types/pako": "^1.0.3",
|
29 | 30 | "@typescript-eslint/eslint-plugin": "^4.33.0",
|
30 | 31 | "@typescript-eslint/parser": "^4.33.0",
|
| 32 | + "@vitest/ui": "^0.17.0", |
31 | 33 | "autoprefixer": "^10.4.7",
|
32 | 34 | "c8": "^7.11.3",
|
33 | 35 | "chai": "^4.3.6",
|
|
39 | 41 | "eslint-config-prettier": "^8.5.0",
|
40 | 42 | "eslint-plugin-cypress": "^2.12.1",
|
41 | 43 | "eslint-plugin-es": "^4.1.0",
|
42 |
| - "eslint-plugin-mocha": "^10.0.5", |
43 | 44 | "eslint-plugin-postcss-modules": "^2.0.0",
|
44 | 45 | "eslint-plugin-svelte3": "^3.4.1",
|
45 | 46 | "eslint-plugin-tailwindcss": "^3.6.0",
|
| 47 | + "eslint-plugin-vitest": "^0.0.8", |
46 | 48 | "husky": "^8.0.1",
|
47 | 49 | "jsdom": "^20.0.0",
|
48 | 50 | "lint-staged": "13.0.3",
|
49 |
| - "mocha": "^10.0.0", |
50 |
| - "msw": "^0.43.0", |
51 | 51 | "node-html-parser": "^5.3.3",
|
52 | 52 | "postcss": "^8.4.14",
|
53 | 53 | "postcss-load-config": "^4.0.1",
|
54 | 54 | "prettier": "~2.7.1",
|
55 | 55 | "prettier-plugin-svelte": "^2.7.0",
|
56 | 56 | "svelte": "^3.48.0",
|
57 |
| - "svelte-preprocess": "4.10.7", |
| 57 | + "svelte-preprocess": "^4.10.7", |
58 | 58 | "tailwindcss": "^3.1.4",
|
59 | 59 | "tslib": "^2.4.0",
|
60 | 60 | "typescript": "^4.7.4",
|
61 | 61 | "vite": "^2.9.13",
|
62 |
| - "vitest": "^0.17.0" |
| 62 | + "vitest": "^0.17.0", |
| 63 | + "vitest-svelte-kit": "^0.0.6" |
63 | 64 | },
|
64 | 65 | "dependencies": {
|
65 | 66 | "@analytics/google-analytics": "^0.5.3",
|
|
0 commit comments