From cb60285b57066010eb439f4b70bc792a4f24e506 Mon Sep 17 00:00:00 2001 From: Teddy Katz Date: Sat, 28 Oct 2017 23:45:09 -0400 Subject: [PATCH] Chore: remove commented test for HTML formatter (#9532) This commit removes a test that has been commented out for 2 years and doesn't appear to work. --- tests/lib/formatters/html.js | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/tests/lib/formatters/html.js b/tests/lib/formatters/html.js index e93e1a84d61..a3ccb5b1f8f 100644 --- a/tests/lib/formatters/html.js +++ b/tests/lib/formatters/html.js @@ -329,28 +329,6 @@ describe("formatter:html", () => { }); }); - // // Formatter doesn't use source property - // /* - // describe("when passing a single message with no source", function() { - - // var code = [{ - // filePath: "foo.js", - // messages: [{ - // message: "Unexpected foo.", - // severity: 2, - // line: 5, - // column: 10, - // ruleId: "foo" - // }] - // }]; - - // it("should return a string in HTML format with 1 issue in 1 file", function() { - // var result = formatter(code); - // assert.strictEqual(parseHTML(result), ""); - // }); - // }); - // */ - describe("when passing a single message with no rule id or message", () => { const code = [{ filePath: "foo.js",