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

@ -76,7 +76,6 @@ experiment('BASE', function () {
*/ */
experiment('IDENTIFY', function () { experiment('IDENTIFY', function () {
test('Attach Identify, open a stream, see a peer update', function (done) { test('Attach Identify, open a stream, see a peer update', function (done) {
swarmA.on('error', function (err) { swarmA.on('error', function (err) {
console.log('A - ', err) console.log('A - ', err)
}) })