Skip to content

Commit

Permalink
test(typescript-estree): fix alignment tests (#3428)
Browse files Browse the repository at this point in the history
bad merge for some reason...
  • Loading branch information
bradzacher committed May 22, 2021
1 parent b830b7f commit c3942c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/typescript-estree/tests/ast-alignment/utils.ts
Expand Up @@ -126,10 +126,6 @@ export function preprocessBabylonAST(ast: BabelTypes.File): any {
node.params = node.parameters;
delete node.parameters;
}
if (node.kind) {
// TODO - remove this once we support accessor signatures
delete node.kind;
}
},
/**
* We want this node to be different
Expand Down

0 comments on commit c3942c9

Please sign in to comment.