Skip to content

Commit 138f849

Browse files
committed
tmp
1 parent d8688f1 commit 138f849

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/lib/rules/name-property-casing.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ ruleTester.run('name-property-casing', rule, {
154154
`,
155155
output: `
156156
export default {
157-
name: 'fooBar'
157+
name: 'foobar'
158158
}
159159
`,
160160
options: ['camelCase'],
@@ -174,7 +174,7 @@ ruleTester.run('name-property-casing', rule, {
174174
`,
175175
output: `
176176
export default {
177-
name: 'FooBar'
177+
name: 'Foobar'
178178
}
179179
`,
180180
options: ['PascalCase'],

0 commit comments

Comments
 (0)