We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ccf49 commit 78985eaCopy full SHA for 78985ea
1 file changed
test/parsers.spec.js
@@ -97,7 +97,6 @@ describe('parsers', function () {
97
var replyCount = 0
98
var results = [['foo', 'foo bar baz'], [1234567890, 'hello world', 'the end'], 'ttttttttttttttttttttttttttttttttttttttttttttttt']
99
function checkReply (reply) {
100
- console.log(reply)
101
assert.deepEqual(results[replyCount], reply)
102
replyCount++
103
}
0 commit comments