mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-13 10:56:25 +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)
|
||||
})
|
||||
|
||||
server.on('complete', function () {})
|
||||
server.on('update', function () {})
|
||||
server.on('stop', function () {})
|
||||
|
||||
server.on('listening', function () {
|
||||
t.pass('server listening')
|
||||
})
|
||||
|
@ -21,10 +21,6 @@ test('server', function (t) {
|
||||
t.fail(err.message)
|
||||
})
|
||||
|
||||
server.on('complete', function () {})
|
||||
server.on('update', function () {})
|
||||
server.on('stop', function () {})
|
||||
|
||||
server.on('listening', function () {
|
||||
t.pass('server listening')
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user