Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Nov 1, 2018
1 parent 52adb9f commit dcb5d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/cli.js
Expand Up @@ -927,7 +927,7 @@ describe("cli", () => {

assert.strictEqual(exitCode, 0);
});

it("should not rewrite files when in fix-dry-run mode", () => {

const report = {
Expand Down

0 comments on commit dcb5d05

Please sign in to comment.