diff --git a/packages/typescript-estree/tests/ast-alignment/utils.ts b/packages/typescript-estree/tests/ast-alignment/utils.ts index 9cdedb452eb..c601ebcc31f 100644 --- a/packages/typescript-estree/tests/ast-alignment/utils.ts +++ b/packages/typescript-estree/tests/ast-alignment/utils.ts @@ -266,14 +266,6 @@ export function preprocessBabylonAST(ast: BabelTypes.File): any { node.asserts = false; } }, - ImportDeclaration(node) { - /** - * TS 3.8: import type - */ - if (!node.importKind) { - node.importKind = 'value'; - } - }, }, ); }