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,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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue