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:
parent
b8618e6e97
commit
ec9647b6ce
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ describe('package', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
test.each([
|
test.each([
|
||||||
['foo', 'foo-1.0.0.tgz'],
|
['foo2', 'foo2-1.0.0.tgz'],
|
||||||
['@scope/foo', 'foo-1.0.0.tgz'],
|
['@scope/foo2', 'foo2-1.0.0.tgz'],
|
||||||
])('should fails if tarball does not exist', async (pkg, fileName) => {
|
])('should fails if tarball does not exist', async (pkg, fileName) => {
|
||||||
await publishVersion(app, pkg, '1.0.1');
|
await publishVersion(app, pkg, '1.0.1');
|
||||||
return await supertest(app)
|
return await supertest(app)
|
||||||
|
|
Loading…
Add table
Reference in a new issue