0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00
verdaccio/test/e2e-cli/setup/teardown.ts
Juan Picado @jotadeveloper 3bf2196388
chore: reorganize setup files
2019-12-15 08:52:55 +01:00

4 lines
86 B
TypeScript

module.exports = async function() {
// @ts-ignore
global.registryProcess.kill();
};