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 f5ca0e4 commit ff8bf76Copy full SHA for ff8bf76
packages/graphql-types-generator/test/loading.ts
@@ -16,6 +16,7 @@ describe('Validation', () => {
16
loadAndMergeQueryDocuments(inputPaths);
17
}).toThrowError(
18
`Could not parse graphql operations in ${path.join(
19
+ 'test',
20
'fixtures',
21
'misc',
22
'invalid-gqlQueries.js',
0 commit comments