simplify server tests

This commit is contained in:
Feross Aboukhadijeh 2014-05-23 20:35:01 -07:00
parent 351f829104
commit b3d4acbb46
2 changed files with 0 additions and 8 deletions

View File

@ -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')
})

View File

@ -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')
})