From fdee60c648fc2d77c9d409c81ae437826aa319e2 Mon Sep 17 00:00:00 2001 From: Philipp Melab Date: Sun, 23 Jun 2024 06:31:24 +0200 Subject: [PATCH] WIP --- packages/codegen-operation-ids/src/index.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/codegen-operation-ids/src/index.test.ts b/packages/codegen-operation-ids/src/index.test.ts index 51871070b..bc66ee4bb 100644 --- a/packages/codegen-operation-ids/src/index.test.ts +++ b/packages/codegen-operation-ids/src/index.test.ts @@ -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 () => {