diff --git a/test/rules/graphql/entity-stats.spec.ts b/test/rules/graphql/entity-stats.spec.ts index 9699ea2..86e3af2 100644 --- a/test/rules/graphql/entity-stats.spec.ts +++ b/test/rules/graphql/entity-stats.spec.ts @@ -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';