Skip to content

Commit

Permalink
Add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann authored Jul 18, 2023
1 parent ef33076 commit 8f63312
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/rules/prefer-output-null.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ ruleTester.run('prefer-output-null', rule, {
new RuleTester().run('foo', bar, {
valid: [],
invalid: [
{ ...otherOptions },
{code: 'foo', output: 'bar', errors: ['bar']},
]
});
Expand Down

0 comments on commit 8f63312

Please sign in to comment.