We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137dde5 commit f8fc529Copy full SHA for f8fc529
1 file changed
test/cli.js
@@ -72,14 +72,7 @@ describe("$ w3c-validator --log 127.0.0.1", function() {
72
});
73
74
75
+ // @TODO:
76
it("should create a log file");
77
78
-
79
-describe("$ w3c-validator --query 127.0.0.1", function() {
80
- it("should include links with query parameters");
81
-});
82
83
-describe("$ w3c-validator --verbose 127.0.0.1", function() {
84
- it("should output additional error information");
85
0 commit comments