Skip to content

Commit 7a6eeef

Browse files
committed
test: setup browser and SSR testing
1 parent e95a81e commit 7a6eeef

12 files changed

+432
-641
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"build": "rslib build",
2525
"check": "biome check && tsc --noEmit",
2626
"fix": "biome check --fix",
27-
"test": "concurrently \"vitest --ui --coverage\" \"(cd tests && relay-compiler -w)\"",
27+
"test": "concurrently \"vitest --coverage\" \"(cd tests && relay-compiler -w)\"",
2828
"ci:test": "(cd tests && relay-compiler) && vitest run --coverage",
2929
"ci:version": "changeset version && biome check --fix",
3030
"ci:publish": "pnpm publish -r"
@@ -43,17 +43,17 @@
4343
"@biomejs/biome": "^1.9.4",
4444
"@changesets/cli": "^2.28.1",
4545
"@rslib/core": "^0.6.1",
46-
"@solidjs/testing-library": "^0.8.10",
4746
"@testing-library/jest-dom": "^6.6.3",
4847
"@types/deep-equal": "^1.0.4",
4948
"@types/node": "^22.14.0",
5049
"@types/relay-runtime": "^18.2.5",
5150
"@types/relay-test-utils": "^18.0.0",
51+
"@vitest/browser": "^3.1.1",
5252
"@vitest/coverage-v8": "^3.1.1",
5353
"@vitest/ui": "^3.1.1",
5454
"concurrently": "^9.1.2",
55-
"happy-dom": "^17.4.4",
5655
"pkg-pr-new": "^0.0.42",
56+
"playwright": "^1.51.1",
5757
"relay-compiler": "^18.2.0",
5858
"relay-runtime": "main",
5959
"relay-test-utils": "^18.2.0",

0 commit comments

Comments
 (0)