From ad75cdaacd0f0043dce436d6869299af0a618094 Mon Sep 17 00:00:00 2001 From: Dimitri POSTOLOV Date: Sun, 15 Dec 2024 04:26:56 +0800 Subject: [PATCH] prettier --- packages/graphiql/src/GraphiQL.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphiql/src/GraphiQL.spec.tsx b/packages/graphiql/src/GraphiQL.spec.tsx index b05581b0fb..eb363ff13a 100644 --- a/packages/graphiql/src/GraphiQL.spec.tsx +++ b/packages/graphiql/src/GraphiQL.spec.tsx @@ -12,7 +12,7 @@ import { GraphiQL } from './GraphiQL'; import { Fetcher } from '@graphiql/toolkit'; import { ToolbarButton } from '@graphiql/react'; -vi.mock('codemirror') +vi.mock('codemirror'); // The smallest possible introspection result that builds a schema. const simpleIntrospection = {