Skip to content

Commit

Permalink
test: supress lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
haifeng-li-at-salesforce committed Jun 7, 2024
1 parent ba8b7b3 commit 336ee35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/rules/graphql/entity-stats.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { describe } from 'node:test';

import { expect } from '@jest/globals';
import { FieldNode } from 'graphql';
// @ts-expect-error
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { GraphQLESTreeNode } from '@graphql-eslint/eslint-plugin/estree-converter/types';
import { mock } from 'jest-mock-extended';

Expand Down

0 comments on commit 336ee35

Please sign in to comment.