0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

Update package.spec.ts

This commit is contained in:
Juan Picado 2024-02-11 17:08:45 +01:00
parent b8618e6e97
commit ec9647b6ce

View file

@ -26,8 +26,8 @@ describe('package', () => {
});
test.each([
['foo', 'foo-1.0.0.tgz'],
['@scope/foo', 'foo-1.0.0.tgz'],
['foo2', 'foo2-1.0.0.tgz'],
['@scope/foo2', 'foo2-1.0.0.tgz'],
])('should fails if tarball does not exist', async (pkg, fileName) => {
await publishVersion(app, pkg, '1.0.1');
return await supertest(app)