index : btroops master Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. aboutsummaryrefslogtreecommitdiff log msg author committer range path: root/test/integration/teardown.cjsblob: 18720619773cfa3fcf37c6d199c60589904dba1c (plain) 1 2 3 4 5 console.log('Stopping server.') module.exports = function teardown() { process.kill(globalThis.__INTEG_TEST_SERVER_PID__); };