0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-13 22:48:31 -05:00
verdaccio/test/e2e-cli/setup/teardown.ts

5 lines
86 B
TypeScript
Raw Normal View History

2019-12-15 08:52:55 +01:00
module.exports = async function() {
// @ts-ignore
global.registryProcess.kill();
};