Skip to content

Commit

Permalink
[Tests] jsx-key: skip a failing test in old babel
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 29, 2022
1 parent ffca7e9 commit 9055439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/rules/jsx-key.js
Expand Up @@ -174,7 +174,7 @@ ruleTester.run('jsx-key', rule, {
export const clusterFrameMap = observable.map<string, ClusterFrameInfo>();
`,
features: ['types'],
features: ['types', 'no-babel-old'],
},
]),
invalid: parsers.all([
Expand Down

0 comments on commit 9055439

Please sign in to comment.