Skip to content

Commit 91b8152

Browse files
committed
fix: revert unexpected tests changes
1 parent f066c48 commit 91b8152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib/rules/test-case-shorthand-strings.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ruleTester.run('test-case-shorthand-strings', rule, {
5252
getTestCases([
5353
'"foo"',
5454
'"bar"',
55-
'{ code: "foo", languageOptions: ["bar"] }',
55+
'{ code: "foo", parserOptions: ["bar"] }',
5656
]),
5757
getTestCases(['`foo`']),
5858
getTestCases(['tag`foo`']),
@@ -78,7 +78,7 @@ ruleTester.run('test-case-shorthand-strings', rule, {
7878
code: getTestCases([
7979
'"foo"',
8080
'"bar"',
81-
'{ code: "foo", languageOptions: ["bar"] }',
81+
'{ code: "foo", parserOptions: ["bar"] }',
8282
]),
8383
options: ['as-needed'],
8484
},

0 commit comments

Comments
 (0)