From ba8b7b3af7038a9872d6bf8c64da0b6a56184131 Mon Sep 17 00:00:00 2001 From: "haifeng.li" Date: Fri, 7 Jun 2024 16:23:51 -0700 Subject: [PATCH] fix: remove ts lint error --- test/rules/graphql/entity-stats.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';