Skip to content

Commit

Permalink
[Tests] skip tests from e1cf8c5 in old babel parser
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 14, 2023
1 parent e1cf8c5 commit f56851b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/lib/rules/jsx-first-prop-new-line.js
Expand Up @@ -269,7 +269,7 @@ bar />
]}
/>
`,
features: ['ts'],
features: ['ts', 'no-babel-old'],
output: `
<DataTable<Items>
fullscreen keyField="id" items={items}
Expand Down
4 changes: 2 additions & 2 deletions tests/lib/rules/jsx-max-props-per-line.js
Expand Up @@ -544,7 +544,7 @@ baz bor
]}
/>
`,
features: ['ts'],
features: ['ts', 'no-babel-old'],
output: `
<DataTable<Items> fullscreen
keyField="id"
Expand Down Expand Up @@ -573,7 +573,7 @@ fullscreen keyField="id" items={items}
]}
/>
`,
features: ['ts'],
features: ['ts', 'no-babel-old'],
output: `
<DataTable<Items>
fullscreen
Expand Down

0 comments on commit f56851b

Please sign in to comment.