Skip to content

Commit

Permalink
Chore: fix failing tests in cli-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Sep 30, 2018
1 parent be688e4 commit a0e89ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lib/cli-engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ describe("CLIEngine", () => {
{
ruleId: "no-undef",
severity: 2,
messageId: "undef",
message: "'foo' is not defined.",
line: 1,
column: 11,
Expand Down Expand Up @@ -1454,6 +1455,7 @@ describe("CLIEngine", () => {
endColumn: 21,
endLine: 1,
message: "'foo' is not defined.",
messageId: "undef",
nodeType: "Identifier",
ruleId: "no-undef",
severity: 2
Expand Down

0 comments on commit a0e89ee

Please sign in to comment.