Skip to content

Commit

Permalink
Chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Sep 28, 2019
1 parent f1b974f commit 5b1d393
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/lib/cli-engine/cli-engine.js
Expand Up @@ -1544,7 +1544,11 @@ describe("CLIEngine", () => {
engine = new CLIEngine({
cwd: originalDir,
configFile: ".eslintrc.js",
rules: { "indent-legacy": 1 }
rules: {
"indent-legacy": 1,
"require-jsdoc": 1,
"valid-jsdoc": 1
}
});

const report = engine.executeOnFiles(["lib/cli*.js"]);
Expand Down

0 comments on commit 5b1d393

Please sign in to comment.