Skip to content

Commit 9055439

Browse files
committed
[Tests] jsx-key: skip a failing test in old babel
1 parent ffca7e9 commit 9055439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/rules/jsx-key.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ ruleTester.run('jsx-key', rule, {
174174
175175
export const clusterFrameMap = observable.map<string, ClusterFrameInfo>();
176176
`,
177-
features: ['types'],
177+
features: ['types', 'no-babel-old'],
178178
},
179179
]),
180180
invalid: parsers.all([

0 commit comments

Comments
 (0)