index : pan-zoom cm-programmatic-pan master SVG pan/zoom library. aboutsummaryrefslogtreecommitdiff log msg author committer range path: root/__tests__/integration/teardown.jsblob: c4a55b91bef3c39ee62eaa66e9306f33d1dd6db6 (plain) 1 2 3 4 module.exports = async function (globalConfig, projectConfig) { console.info('Stopping server.'); process.kill(globalThis.__INTEG_TEST_SERVER_PID__); };