Skip to content

Commit

Permalink
feat(graffle): static exec and req funcs (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt authored May 12, 2024
1 parent 8881f46 commit 543ffdf
Show file tree
Hide file tree
Showing 18 changed files with 519 additions and 106 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
node: [18, 20]
environment: [happy-dom, node]
environment: [jsdom, node]
name: Node ${{ matrix.node }} @env ${{matrix.environment}}
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"build": "pnpm clean && pnpm tsc --project tsconfig.build.json && chmod +x ./build/cli/generate.js",
"clean": "tsc --build --clean && rm -rf build",
"test": "vitest",
"test:web": "vitest --environment jsdom",
"test:types": "vitest --typecheck",
"test:coverage": "pnpm test -- --coverage",
"release:stable": "dripip stable",
Expand Down Expand Up @@ -116,7 +117,7 @@
"graphql": "^16.8.1",
"graphql-scalars": "^1.23.0",
"graphql-tag": "^2.12.6",
"happy-dom": "^14.7.1",
"jsdom": "^24.0.0",
"json-bigint": "^1.0.0",
"tsx": "^4.7.3",
"type-fest": "^4.18.0",
Expand Down
Loading

0 comments on commit 543ffdf

Please sign in to comment.