add multistream and muxer tests

This commit is contained in:
David Dias
2015-07-15 11:34:40 -07:00
parent a2a7df870b
commit 93509debe1
3 changed files with 26 additions and 27 deletions

View File

@ -20,9 +20,9 @@ b.on('error', function (err) {
b.listen()
b.registerHandler('/ipfs/sparkles/1.2.3', function (stream) {
// if (err) {
// return console.log(err)
// }
// if (err) {
// return console.log(err)
// }
console.log('woop got a stream')
})