Skip to content

Commit

Permalink
Chore: Fix typo in CLIEngine test name (#9741)
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptdaemon authored and not-an-aardvark committed Dec 20, 2017
1 parent 1c2aafd commit 805a94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/cli-engine.js
Expand Up @@ -134,7 +134,7 @@ describe("CLIEngine", () => {
assert.strictEqual(report.results[0].fixableWarningCount, 0);
});

it("should report the toatl and per file warnings when using local cwd .eslintrc", () => {
it("should report the total and per file warnings when using local cwd .eslintrc", () => {

engine = new CLIEngine({
rules: {
Expand Down

0 comments on commit 805a94e

Please sign in to comment.