Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Chore: fix title of linter test suite (#8861)
The `linter` test suite was still called "eslint" from when lib/linter.js was called lib/eslint.js. This renames the test suite to call it "Linter" instead.
  • Loading branch information
not-an-aardvark committed Jul 3, 2017
1 parent 60099ed commit 330dd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/linter.js
Expand Up @@ -71,7 +71,7 @@ function getVariable(scope, name) {
// Tests
//------------------------------------------------------------------------------

describe("eslint", () => {
describe("Linter", () => {
const filename = "filename.js";
let sandbox, linter;

Expand Down

0 comments on commit 330dd58

Please sign in to comment.