Skip to content

Commit 543ffdf

Browse files
authoredMay 12, 2024··
feat(graffle): static exec and req funcs (#851)
1 parent 8881f46 commit 543ffdf

18 files changed

+519
-106
lines changed
 

‎.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
node: [18, 20]
28-
environment: [happy-dom, node]
28+
environment: [jsdom, node]
2929
name: Node ${{ matrix.node }} @env ${{matrix.environment}}
3030
steps:
3131
- uses: actions/checkout@v4

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"build": "pnpm clean && pnpm tsc --project tsconfig.build.json && chmod +x ./build/cli/generate.js",
7272
"clean": "tsc --build --clean && rm -rf build",
7373
"test": "vitest",
74+
"test:web": "vitest --environment jsdom",
7475
"test:types": "vitest --typecheck",
7576
"test:coverage": "pnpm test -- --coverage",
7677
"release:stable": "dripip stable",
@@ -116,7 +117,7 @@
116117
"graphql": "^16.8.1",
117118
"graphql-scalars": "^1.23.0",
118119
"graphql-tag": "^2.12.6",
119-
"happy-dom": "^14.7.1",
120+
"jsdom": "^24.0.0",
120121
"json-bigint": "^1.0.0",
121122
"tsx": "^4.7.3",
122123
"type-fest": "^4.18.0",

0 commit comments

Comments
 (0)
Please sign in to comment.