From f56851b433e7171991eb7e726f00596f14563c25 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 14 Mar 2023 16:02:11 -0700 Subject: [PATCH] [Tests] skip tests from e1cf8c59c4db28041525f3b1afaab57051ff9af1 in old babel parser --- tests/lib/rules/jsx-first-prop-new-line.js | 2 +- tests/lib/rules/jsx-max-props-per-line.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/lib/rules/jsx-first-prop-new-line.js b/tests/lib/rules/jsx-first-prop-new-line.js index 847f55de64..e1b1e8da50 100644 --- a/tests/lib/rules/jsx-first-prop-new-line.js +++ b/tests/lib/rules/jsx-first-prop-new-line.js @@ -269,7 +269,7 @@ bar /> ]} /> `, - features: ['ts'], + features: ['ts', 'no-babel-old'], output: ` fullscreen keyField="id" items={items} diff --git a/tests/lib/rules/jsx-max-props-per-line.js b/tests/lib/rules/jsx-max-props-per-line.js index c59187a0b1..706388bc32 100644 --- a/tests/lib/rules/jsx-max-props-per-line.js +++ b/tests/lib/rules/jsx-max-props-per-line.js @@ -544,7 +544,7 @@ baz bor ]} /> `, - features: ['ts'], + features: ['ts', 'no-babel-old'], output: ` fullscreen keyField="id" @@ -573,7 +573,7 @@ fullscreen keyField="id" items={items} ]} /> `, - features: ['ts'], + features: ['ts', 'no-babel-old'], output: ` fullscreen