Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
blob: 18720619773cfa3fcf37c6d199c60589904dba1c (plain)
1
2
3
4
5
console.log('Stopping server.')

module.exports = function teardown() {
  process.kill(globalThis.__INTEG_TEST_SERVER_PID__);
};