nav tabs on admin dashboard
This commit is contained in:
6
node_modules/pump/test-browser.js
generated
vendored
6
node_modules/pump/test-browser.js
generated
vendored
@@ -46,11 +46,15 @@ rs.on('end', function () {
|
||||
check()
|
||||
})
|
||||
|
||||
pump(rs, toHex(), toHex(), toHex(), ws, function () {
|
||||
var res = pump(rs, toHex(), toHex(), toHex(), ws, function () {
|
||||
callbackCalled = true
|
||||
check()
|
||||
})
|
||||
|
||||
if (res !== ws) {
|
||||
throw new Error('should return last stream')
|
||||
}
|
||||
|
||||
setTimeout(function () {
|
||||
rs.push(null)
|
||||
rs.emit('close')
|
||||
|
||||
Reference in New Issue
Block a user