Skip to content

Commit

Permalink
fix: update import
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Feb 5, 2022
1 parent dbd5ecf commit 94d72dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/__tests__/prefer-snapshot-hint.test.ts
@@ -1,4 +1,4 @@
import { TSESLint } from '@typescript-eslint/experimental-utils';
import { TSESLint } from '@typescript-eslint/utils';
import dedent from 'dedent';
import rule from '../prefer-snapshot-hint';
import { espreeParser } from './test-utils';
Expand Down

0 comments on commit 94d72dc

Please sign in to comment.