Skip to content

Commit 5af7a9d

Browse files
committed
remove SIGINT listener
1 parent 7c72f75 commit 5af7a9d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/_helpers.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,6 @@ function getServer (options, done) {
114114
port: 1337
115115
})
116116

117-
process.on('SIGINT', () => {
118-
server.stop({ timeout: 10000 }).then((err) => {
119-
process.exit((err) ? 1 : 0)
120-
})
121-
})
122-
123117
server.initialize((err) => {
124118
if (err) throw err
125119

0 commit comments

Comments
 (0)