Skip to content

Commit ad75cda

Browse files
committed
prettier
1 parent e0949ac commit ad75cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphiql/src/GraphiQL.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { GraphiQL } from './GraphiQL';
1212
import { Fetcher } from '@graphiql/toolkit';
1313
import { ToolbarButton } from '@graphiql/react';
1414

15-
vi.mock('codemirror')
15+
vi.mock('codemirror');
1616

1717
// The smallest possible introspection result that builds a schema.
1818
const simpleIntrospection = {

0 commit comments

Comments
 (0)