Skip to content

Commit fb19046

Browse files
Use printed query for deduplication, cache print calls (#10968)
Co-authored-by: Jerel Miller <[email protected]>
1 parent fbe55b3 commit fb19046

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/testing/matchers/toMatchDocument.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { checkDocument } from '../../utilities';
2-
import { print } from 'graphql';
1+
import { checkDocument, print } from '../../utilities';
32
import type { DocumentNode } from '../../core';
43
import type { MatcherFunction } from 'expect';
54

0 commit comments

Comments
 (0)