|
26 | 26 | "./package.json": "./package.json" |
27 | 27 | }, |
28 | 28 | "scripts": { |
| 29 | + "prepare": "playwright install", |
29 | 30 | "build": "tsdown", |
30 | 31 | "check": "biome check && tsc --noEmit", |
31 | 32 | "fix": "biome check --fix", |
32 | | - "test": "concurrently \"vitest --watch --ui --coverage\" \"(cd tests && relay-compiler -w)\"", |
| 33 | + "test": "concurrently \"vitest --watch --coverage\" \"(cd tests && relay-compiler -w)\"", |
33 | 34 | "ci:test": "(cd tests && relay-compiler) && vitest run --coverage", |
34 | 35 | "ci:version": "changeset version && biome check --fix", |
35 | 36 | "ci:publish": "pnpm publish -r" |
|
46 | 47 | "devDependencies": { |
47 | 48 | "@biomejs/biome": "^2.4.4", |
48 | 49 | "@changesets/cli": "^2.29.8", |
49 | | - "@solidjs/testing-library": "^0.8.10", |
50 | 50 | "@testing-library/jest-dom": "^6.9.1", |
51 | 51 | "@types/node": "^24.10.14", |
52 | 52 | "@types/relay-runtime": "^20.1.1", |
53 | 53 | "@types/relay-test-utils": "^19.0.0", |
| 54 | + "@vitest/browser-playwright": "^4.0.18", |
54 | 55 | "@vitest/coverage-v8": "^4.0.18", |
55 | 56 | "@vitest/ui": "^4.0.18", |
56 | 57 | "concurrently": "^9.2.1", |
57 | | - "happy-dom": "^20.7.0", |
58 | 58 | "magic-string": "^0.30.21", |
59 | 59 | "minimatch": "^10.2.4", |
60 | 60 | "oxc-parser": "^0.115.0", |
61 | 61 | "oxc-walker": "^0.7.0", |
62 | 62 | "pkg-pr-new": "^0.0.63", |
| 63 | + "playwright": "^1.58.2", |
63 | 64 | "publint": "^0.3.17", |
64 | 65 | "relay-compiler": "^20.1.1", |
65 | 66 | "relay-runtime": "^20.1.1", |
|
0 commit comments