mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
5cbee6f57f
* fix: unpublish a package on storage package fix: unpublish a package on storage package fix unpublish e2e * Update index.ts * reuse cli e2e tests * npm 10 migrated * migrate tests * migrate tests * clean up * Create hot-crews-live.md
9 lines
193 B
TypeScript
9 lines
193 B
TypeScript
import { describe } from 'vitest';
|
|
|
|
import { runPublish } from '@verdaccio/e2e-cli-pnpm-common';
|
|
|
|
import { pnpm } from './utils';
|
|
|
|
describe('publish a package', () => {
|
|
runPublish(pnpm);
|
|
});
|