Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: use Verdaccio v6 Node API to rewrite E2E testing #20

Closed
sabertazimi opened this issue Aug 12, 2021 · 0 comments
Closed

Refactor: use Verdaccio v6 Node API to rewrite E2E testing #20

sabertazimi opened this issue Aug 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request todo 🗒️

Comments

@sabertazimi
Copy link
Owner

sabertazimi commented Aug 12, 2021

import { runServer } from 'verdaccio';
const app = await runServer(localRegistryConfigPath);
app.listen(localPort, (event) => {
  // do something
});
app.close();
@sabertazimi sabertazimi added enhancement New feature or request todo 🗒️ labels Aug 12, 2021
@sabertazimi sabertazimi self-assigned this Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request todo 🗒️
Projects
None yet
Development

No branches or pull requests

1 participant