Skip to content

Commit

Permalink
Code review comment - test added
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Oct 21, 2018
1 parent f4d4408 commit d0f467a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/lib/rules/camelcase.js
Expand Up @@ -193,6 +193,10 @@ ruleTester.run("camelcase", rule, {
{
code: "user_id = 0;",
options: [{ allow: ["_id$"] }]
},
{
code: "__option__ = 0;",
options: [{ allow: ["__option__"] }]
}
],
invalid: [
Expand Down

0 comments on commit d0f467a

Please sign in to comment.