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

5 lines
86 B
TypeScript
Raw Normal View History

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