diff --git a/test/rules/graphql/entity-stats.spec.ts b/test/rules/graphql/entity-stats.spec.ts index 22dee68..9699ea2 100644 --- a/test/rules/graphql/entity-stats.spec.ts +++ b/test/rules/graphql/entity-stats.spec.ts @@ -2,7 +2,7 @@ import { describe } from 'node:test'; import { expect } from '@jest/globals'; import { FieldNode } from 'graphql'; -// @ts-ignore +// @ts-expect-error import { GraphQLESTreeNode } from '@graphql-eslint/eslint-plugin/estree-converter/types'; import { mock } from 'jest-mock-extended';