Skip to content

Commit 94d72dc

Browse files
committed
fix: update import
1 parent dbd5ecf commit 94d72dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/__tests__/prefer-snapshot-hint.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { TSESLint } from '@typescript-eslint/experimental-utils';
1+
import { TSESLint } from '@typescript-eslint/utils';
22
import dedent from 'dedent';
33
import rule from '../prefer-snapshot-hint';
44
import { espreeParser } from './test-utils';

0 commit comments

Comments
 (0)