Skip to content

Commit

Permalink
Update packages/presets/client/tests/client-preset.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Saihajpreet Singh <saihajpreet.singh@gmail.com>
  • Loading branch information
beerose and saihaj authored May 19, 2023
1 parent 117c262 commit ac91dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/presets/client/tests/client-preset.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2424,7 +2424,7 @@ export * from "./gql.js";`);
`);
});

it.only('correctly resolves nested fragments', async () => {
it('correctly resolves nested fragments', async () => {
const result = await executeCodegen({
schema: [
/* GraphQL */ `
Expand Down

0 comments on commit ac91dbb

Please sign in to comment.