We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c94348 commit 0ca0b03Copy full SHA for 0ca0b03
test/sample.js
@@ -7,7 +7,7 @@ describe('html validation', function(){
7
callback: function (res) {
8
console.log(res);
9
if (res.messages.length > 0 ) {
10
- throw {error: 'html errors have been found', results: res};
+ // throw {error: 'html errors have been found', results: res};
11
};
12
done();
13
}
0 commit comments