Skip to content

Commit ff05dd8

Browse files
authored
test(type-utils): fix incorrect utils import (typescript-eslint#4453)
1 parent 95aea18 commit ff05dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/type-utils/tests/isTypeReadonly.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as ts from 'typescript';
2-
import { TSESTree } from '@typescript-eslint/experimental-utils';
2+
import { TSESTree } from '@typescript-eslint/utils';
33
import { parseForESLint } from '@typescript-eslint/parser';
44
import {
55
isTypeReadonly,

0 commit comments

Comments
 (0)