Skip to content

Commit

Permalink
polish graphiql tests setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Dec 14, 2024
1 parent d4d9062 commit 107e0b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/graphiql/__mocks__/codemirror.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use no memo'
'use no memo';

// @ts-nocheck
function CodeMirror(node: HTMLElement, { value, ...options }) {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/setup-files.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use no memo'
'use no memo';

import '@testing-library/jest-dom';

Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql/src/GraphiQL.spec.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use no memo'
'use no memo';

/**
* Copyright (c) 2021 GraphQL Contributors.
Expand Down

0 comments on commit 107e0b6

Please sign in to comment.