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,8 +118,9 @@ describe(`Channel`, function () {
break break
} }
}) })
})
describe(`functional interface`, async function () { describe(`functional interface`, async function () {
describe(`map`, function () { describe(`map`, function () {
it(`full application`, async function () { it(`full application`, async function () {
assert.deepEqual( assert.deepEqual(
@ -156,7 +157,6 @@ describe(`Channel`, function () {
) )
}) })
}) })
})
}) })
describe(`Channel object`, function () { describe(`Channel object`, function () {