index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'test/integration/teardown.cjs')
-rw-r--r-- | test/integration/teardown.cjs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/integration/teardown.cjs b/test/integration/teardown.cjs new file mode 100644 index 0000000..1872061 --- /dev/null +++ b/test/integration/teardown.cjs @@ -0,0 +1,5 @@ +console.log('Stopping server.') + +module.exports = function teardown() { + process.kill(globalThis.__INTEG_TEST_SERVER_PID__); +}; |