diff --git a/tests/lib/rules/no-exclusive-tests.js b/tests/lib/rules/no-exclusive-tests.js index 32d3221..e1827cc 100644 --- a/tests/lib/rules/no-exclusive-tests.js +++ b/tests/lib/rules/no-exclusive-tests.js @@ -12,7 +12,8 @@ function invalidScenario (code) { parserOptions: { ecmaVersion: 6 }, errors: [ { message: 'Unexpected exclusive test' } - ] + ], + output: 'Scenario("this is not", function () {});' }; }