Skip to content

Commit c3942c9

Browse files
authored
test(typescript-estree): fix alignment tests (typescript-eslint#3428)
bad merge for some reason...
1 parent b830b7f commit c3942c9

File tree

1 file changed

+0
-4
lines changed
  • packages/typescript-estree/tests/ast-alignment

1 file changed

+0
-4
lines changed

packages/typescript-estree/tests/ast-alignment/utils.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ export function preprocessBabylonAST(ast: BabelTypes.File): any {
126126
node.params = node.parameters;
127127
delete node.parameters;
128128
}
129-
if (node.kind) {
130-
// TODO - remove this once we support accessor signatures
131-
delete node.kind;
132-
}
133129
},
134130
/**
135131
* We want this node to be different

0 commit comments

Comments
 (0)