Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Jun 23, 2024
1 parent b1098fa commit fdee60c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/codegen-operation-ids/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,9 @@ describe('mode: ids', () => {
}
it("adds utility types for working with operation id's", async () => {
const result = await runPlugin([]);
expect(result).toMatchInlineSnapshot(`"import type { OperationId } from '@amazeelabs/codegen-operation-ids';"`);
expect(result).toMatchInlineSnapshot(
`"import type { OperationId } from '@amazeelabs/codegen-operation-ids';"`,
);
});

it('creates a typed id for each query', async () => {
Expand Down

0 comments on commit fdee60c

Please sign in to comment.