diff --git a/test/server_process.js b/test/server_process.js index 21e1ee4..5bbe981 100644 --- a/test/server_process.js +++ b/test/server_process.js @@ -14,7 +14,8 @@ describe('server process', function() { console.log("launching server...") server_proc = child_process.spawn('yarn', ['dev'], { cwd: '.', - shell: '/bin/bash' + shell: '/bin/bash', + detached: true }); server_proc.on('exit', function(code, signal) {