Skip to content

Commit

Permalink
Chore: use consistent names for apply-disable-directives in tests (#9246
Browse files Browse the repository at this point in the history
)
  • Loading branch information
not-an-aardvark authored and platinumazure committed Sep 8, 2017
1 parent 7ba46e6 commit 31e4ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/util/apply-disable-directives.js
@@ -1,5 +1,5 @@
/**
* @fileoverview Tests for filter-by-disable-comments
* @fileoverview Tests for apply-disable-directives
* @author Teddy Katz
*/

Expand All @@ -8,7 +8,7 @@
const assert = require("chai").assert;
const applyDisableDirectives = require("../../../lib/util/apply-disable-directives");

describe("comment-reporting-config", () => {
describe("apply-disable-directives", () => {
describe("/* eslint-disable */ comments without rules", () => {
it("keeps problems before the comment on the same line", () => {
assert.deepEqual(
Expand Down

0 comments on commit 31e4ec8

Please sign in to comment.