|
37 | 37 | "prepack": "yarn build && chmod +x lib/bin/cli.mjs",
|
38 | 38 | "format-check": "yarn run -T format-check",
|
39 | 39 | "format": "yarn run -T format",
|
40 |
| - "test:update": "vitest --run --update", |
| 40 | + "test:update": "yarn run -T test --update", |
41 | 41 | "test:update:enum": "lib/bin/cli.mjs test/config.example.enum.ts",
|
42 |
| - "test": "vitest --run --typecheck", |
43 |
| - "test:watch": "vitest --watch", |
| 42 | + "test": "yarn run -T test", |
| 43 | + "test:watch": "yarn run -T test --watch", |
44 | 44 | "cli": "esr src/bin/cli.ts"
|
45 | 45 | },
|
46 | 46 | "files": [
|
|
55 | 55 | "@reduxjs/prettier-config": "workspace:^",
|
56 | 56 | "@reduxjs/toolkit": "^1.6.0",
|
57 | 57 | "@reduxjs/tsconfig": "workspace:^",
|
| 58 | + "@reduxjs/vitest-config": "workspace:^", |
58 | 59 | "@types/commander": "^2.12.2",
|
59 | 60 | "@types/glob-to-regexp": "^0.4.0",
|
60 | 61 | "@types/lodash.camelcase": "^4.3.9",
|
|
72 | 73 | "rimraf": "^5.0.5",
|
73 | 74 | "ts-node": "^10.9.2",
|
74 | 75 | "tsup": "^8.2.4",
|
75 |
| - "vite-tsconfig-paths": "^5.0.1", |
76 |
| - "vitest": "^2.0.5", |
| 76 | + "vitest": "^3.0.7", |
77 | 77 | "yalc": "^1.0.0-pre.47"
|
78 | 78 | },
|
79 | 79 | "dependencies": {
|
|
0 commit comments