We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe55b3 commit fb19046Copy full SHA for fb19046
src/testing/matchers/toMatchDocument.ts
@@ -1,5 +1,4 @@
1
-import { checkDocument } from '../../utilities';
2
-import { print } from 'graphql';
+import { checkDocument, print } from '../../utilities';
3
import type { DocumentNode } from '../../core';
4
import type { MatcherFunction } from 'expect';
5
0 commit comments