Skip to content

Commit f56851b

Browse files
committed
[Tests] skip tests from e1cf8c5 in old babel parser
1 parent e1cf8c5 commit f56851b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/lib/rules/jsx-first-prop-new-line.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ bar />
269269
]}
270270
/>
271271
`,
272-
features: ['ts'],
272+
features: ['ts', 'no-babel-old'],
273273
output: `
274274
<DataTable<Items>
275275
fullscreen keyField="id" items={items}

tests/lib/rules/jsx-max-props-per-line.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ baz bor
544544
]}
545545
/>
546546
`,
547-
features: ['ts'],
547+
features: ['ts', 'no-babel-old'],
548548
output: `
549549
<DataTable<Items> fullscreen
550550
keyField="id"
@@ -573,7 +573,7 @@ fullscreen keyField="id" items={items}
573573
]}
574574
/>
575575
`,
576-
features: ['ts'],
576+
features: ['ts', 'no-babel-old'],
577577
output: `
578578
<DataTable<Items>
579579
fullscreen

0 commit comments

Comments
 (0)