Skip to content

Commit

Permalink
Remove comments from test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
scagood authored Oct 9, 2024
1 parent d2856b4 commit e1e302c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/lib/rules/no-process-env.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ new RuleTester().run("no-process-env", rule, {
code: "process['env']['NODE_ENV']",
options: [{ allowedVariables: ["NODE_ENV"] }],
},
// "process.env",
// "process.env[NODE_ENV]",
],

invalid: [
Expand Down

0 comments on commit e1e302c

Please sign in to comment.