|
45 | 45 | "prerelease": "npm run test:lint && npm run build", |
46 | 46 | "release": "xs bump,publish,git-push", |
47 | 47 | "test": "tsc --project tsconfig.test.json && vitest run", |
| 48 | + "test:e2e": "tsc --project tsconfig.test.json && vitest run e2e", |
| 49 | + "test:unit": "tsc --project tsconfig.test.json && vitest run unit", |
48 | 50 | "test:lint": "xs lint", |
49 | 51 | "test:watch": "vitest" |
50 | 52 | }, |
|
66 | 68 | "@rollup/plugin-commonjs": "^25.0.8", |
67 | 69 | "@rollup/plugin-json": "^6.1.0", |
68 | 70 | "@rollup/plugin-node-resolve": "^15.2.3", |
| 71 | + "@testing-library/jest-dom": "^6.4.8", |
69 | 72 | "@testing-library/react": "^16.0.0", |
| 73 | + "@testing-library/user-event": "^14.5.2", |
70 | 74 | "@types/eslint": "^8.56.10", |
71 | 75 | "@types/react": "^18.3.2", |
72 | 76 | "@types/react-reconciler": "0.28.8", |
| 77 | + "@vitejs/plugin-react": "^4.3.1", |
| 78 | + "@vitest/browser": "^2.0.4", |
73 | 79 | "canvas": "^2.11.2", |
74 | 80 | "husky": "^8.0.0", |
| 81 | + "jsdom": "^25.0.0", |
75 | 82 | "pixi.js": "8.2.6", |
| 83 | + "playwright": "^1.45.3", |
76 | 84 | "react": "^18.3.1", |
77 | 85 | "react-dom": "^18.3.1", |
78 | 86 | "rollup": "^4.18.0", |
79 | 87 | "rollup-plugin-esbuild": "^6.1.1", |
80 | 88 | "rollup-plugin-sourcemaps": "^0.6.3", |
81 | 89 | "typescript": "^5.4.5", |
82 | | - "vitest": "^1.6.0" |
| 90 | + "vitest": "^2.0.0" |
83 | 91 | }, |
84 | 92 | "peerDependencies": { |
85 | 93 | "pixi.js": "^8.2.6", |
|
0 commit comments