From 31e4ec8b586133441ae08b223022b7d8f4727f57 Mon Sep 17 00:00:00 2001 From: Teddy Katz Date: Fri, 8 Sep 2017 17:49:56 -0400 Subject: [PATCH] Chore: use consistent names for apply-disable-directives in tests (#9246) --- tests/lib/util/apply-disable-directives.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lib/util/apply-disable-directives.js b/tests/lib/util/apply-disable-directives.js index 9b8d2692617..f7e7c208512 100644 --- a/tests/lib/util/apply-disable-directives.js +++ b/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 */ @@ -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(