Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Commented out test for note text
Browse files Browse the repository at this point in the history
Because I removed the note text.
  • Loading branch information
halindrome committed Mar 15, 2016
1 parent 405ed66 commit 32e82f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/spec/w3c/headers-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ describe("W3C — Headers", function() {
}, simpleSpecURL).then(done);
});

/*
it("should state that the spec is destined to become a note", function(done) {
var ops = makeStandardOps();
var newProps = {
Expand All @@ -804,5 +805,6 @@ describe("W3C — Headers", function() {
expect(sotdText).toMatch(expectedString);
}).then(done);
});
*/

});

0 comments on commit 32e82f6

Please sign in to comment.