Move functional interface
tests out of select
tests.
This commit is contained in:
parent
ecc01b686e
commit
03ebfaf7ab
1 changed files with 33 additions and 33 deletions
|
@ -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 () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue