Skip to content

Commit

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

import { expect } from '@jest/globals';
import { FieldNode } from 'graphql';
// @ts-ignore
// @ts-expect-error

Check failure on line 5 in test/rules/graphql/entity-stats.spec.ts

View workflow job for this annotation

GitHub Actions / Linting on Ubuntu with Node 18

Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer

Check failure on line 5 in test/rules/graphql/entity-stats.spec.ts

View workflow job for this annotation

GitHub Actions / Linting on Ubuntu with Node 20

Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer

Check failure on line 5 in test/rules/graphql/entity-stats.spec.ts

View workflow job for this annotation

GitHub Actions / Linting on Ubuntu with Node 18

Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer

Check failure on line 5 in test/rules/graphql/entity-stats.spec.ts

View workflow job for this annotation

GitHub Actions / Linting on Ubuntu with Node 20

Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
import { GraphQLESTreeNode } from '@graphql-eslint/eslint-plugin/estree-converter/types';
import { mock } from 'jest-mock-extended';

Expand Down

0 comments on commit ba8b7b3

Please sign in to comment.