Skip to content

Commit

Permalink
Add test for fixer output
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jun 24, 2019
1 parent fa646ad commit 86e7501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/lib/rules/no-exclusive-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ function invalidScenario (code) {
parserOptions: { ecmaVersion: 6 },
errors: [
{ message: 'Unexpected exclusive test' }
]
],
output: 'Scenario("this is not", function () {});'
};
}

Expand Down

0 comments on commit 86e7501

Please sign in to comment.