diff --git a/test/_cds_tests.js b/test/_cds_tests.js index 48c33c6a..d5c17ea3 100644 --- a/test/_cds_tests.js +++ b/test/_cds_tests.js @@ -123,6 +123,7 @@ class CDSTestKit { if (global.console !== console) global.console = console if (cwd !== process.cwd()) process.chdir(cwd) test.server ? test.server.close (done) : done() + process.emit('shutdown') }) function _error (e) {