We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351f829 commit b3d4acbCopy full SHA for b3d4acb
test/server.js
@@ -21,10 +21,6 @@ test('server', function (t) {
21
t.fail(err.message)
22
})
23
24
- server.on('complete', function () {})
25
- server.on('update', function () {})
26
- server.on('stop', function () {})
27
-
28
server.on('listening', function () {
29
t.pass('server listening')
30
test/udp-server.js
0 commit comments