Skip to content

Commit

Permalink
T3stComp0nent isn't in PascalCase; this specific example should fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet.Yuce committed Jan 6, 2020
1 parent f1041d2 commit 54ce6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/rules/jsx-pascal-case.js
Expand Up @@ -45,7 +45,7 @@ ruleTester.run('jsx-pascal-case', rule, {
}, {
code: '<TestComponent1 />'
}, {
code: '<T3stComp0nent />'
code: '<T3StComp0Nent />'
}, {
code: '<T />'
}, {
Expand All @@ -60,7 +60,7 @@ ruleTester.run('jsx-pascal-case', rule, {
}, {
code: '<Modal.Header />'
}, {
code: '<qualification.T3stComp0nent />'
code: '<qualification.T3StComp0Nent />'
}, {
code: '<Modal:Header />'
}, {
Expand Down

0 comments on commit 54ce6ae

Please sign in to comment.