Move functional interface tests out of select tests.

This commit is contained in:
David Braun 2017-10-15 12:39:17 -04:00
parent ecc01b686e
commit 03ebfaf7ab
No known key found for this signature in database
GPG key ID: 5694EEC4D129BDCF

View file

@ -118,6 +118,7 @@ describe(`Channel`, function () {
break
}
})
})
describe(`functional interface`, async function () {
describe(`map`, function () {
@ -157,7 +158,6 @@ describe(`Channel`, function () {
})
})
})
})
describe(`Channel object`, function () {
describe(`close`, function () {