From 477057d4b074bc2767d9b21089046837109410d9 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sun, 5 Feb 2023 01:16:20 -0500 Subject: [PATCH] chore(typescript-estree): remove unnecessary babel test exclude --- .../tests/ast-alignment/fixtures-to-test.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/typescript-estree/tests/ast-alignment/fixtures-to-test.ts b/packages/typescript-estree/tests/ast-alignment/fixtures-to-test.ts index 9c4d8a44bcc9..6abab590b77c 100644 --- a/packages/typescript-estree/tests/ast-alignment/fixtures-to-test.ts +++ b/packages/typescript-estree/tests/ast-alignment/fixtures-to-test.ts @@ -477,11 +477,6 @@ tester.addFixturePatternConfig('typescript/expressions', { * @see https://github.com/babel/babel/issues/14613 */ 'instantiation-expression', - /** - * TS 4.9 `satisfies` operator has not been implemented in Babel yet. - * @see https://github.com/babel/babel/pull/14211 - */ - 'satisfies-expression', ], });