Skip to content

Commit b33a437

Browse files
committed
✅ Updated test to new fix
1 parent 0fb028f commit b33a437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/TreeToTS/Thunder.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('Thunder tests', () => {
1313
const tree = Parser.parseAddExtensions(schema);
1414
const typeScriptCode = TreeToTS.resolveTree({ tree });
1515
expect(typeScriptCode).toContain(`export const Thunder = (fn: FetchFunction) => <
16-
O extends 'query' | 'mutation' | 'subscription',
16+
O extends 'query',
1717
R extends keyof ValueTypes = GenericOperation<O>
1818
>(
1919
operation: O,

0 commit comments

Comments
 (0)