mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-01-20 21:21:37 +00:00
simplify server tests
This commit is contained in:
parent
351f829104
commit
b3d4acbb46
@ -21,10 +21,6 @@ test('server', function (t) {
|
|||||||
t.fail(err.message)
|
t.fail(err.message)
|
||||||
})
|
})
|
||||||
|
|
||||||
server.on('complete', function () {})
|
|
||||||
server.on('update', function () {})
|
|
||||||
server.on('stop', function () {})
|
|
||||||
|
|
||||||
server.on('listening', function () {
|
server.on('listening', function () {
|
||||||
t.pass('server listening')
|
t.pass('server listening')
|
||||||
})
|
})
|
||||||
|
@ -21,10 +21,6 @@ test('server', function (t) {
|
|||||||
t.fail(err.message)
|
t.fail(err.message)
|
||||||
})
|
})
|
||||||
|
|
||||||
server.on('complete', function () {})
|
|
||||||
server.on('update', function () {})
|
|
||||||
server.on('stop', function () {})
|
|
||||||
|
|
||||||
server.on('listening', function () {
|
server.on('listening', function () {
|
||||||
t.pass('server listening')
|
t.pass('server listening')
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user