Skip to content

Commit f8fc529

Browse files
committed
removed uneccessary tests
1 parent 137dde5 commit f8fc529

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

test/cli.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,7 @@ describe("$ w3c-validator --log 127.0.0.1", function() {
7272
});
7373
});
7474

75+
// @TODO:
7576
it("should create a log file");
7677

7778
});
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

Comments
 (0)