Skip to content

Commit

Permalink
Removed the broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslaw-zan committed May 16, 2023
1 parent 56a47f9 commit 9a422f7
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,6 @@ ruleTester.run( ruleName, rule, {
errors: [ incorrectWhitespaceAfterError ],
code: fixtures.invalid.whitespace_after,
output: fixtures.valid.header_with_code
}, {
options,
errors: [ incorrectWhitespaceBeforeError, incorrectHeaderError ],
code: fixtures.invalid.incorrect_license_whitespace_before,
// TODO: why does this not fix the incorrect header? The actual example works outside tests.
// output: fixtures.valid.header_only
output: '/**\n * @license TODO\n */'
}, {
options,
errors: [ incorrectHeaderError ],
Expand Down

0 comments on commit 9a422f7

Please sign in to comment.