Skip to content

Commit d88d254

Browse files
committed
chore: adds changeset
1 parent 9d1dc27 commit d88d254

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/strange-socks-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@apollo/graphql-testing-library": patch
3+
---
4+
5+
Adds `createHandlerFromSchema`

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
run: pnpm install
228228

229229
- name: Lint
230-
run: pnpm run lint
230+
run: pnpm run prettier
231231

232232
type-check:
233233
name: Check types

0 commit comments

Comments
 (0)