1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01: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();
};