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
Juan Picado @jotadeveloper 3bf2196388
chore: reorganize setup files
2019-12-15 08:52:55 +01:00

5 lines
86 B
TypeScript

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