mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
fix: applied valid-describe
This commit is contained in:
parent
c7034e7c26
commit
2b4895851b
2 changed files with 1736 additions and 1 deletions
|
@ -30,7 +30,7 @@ export default function (server, server2) {
|
|||
|
||||
test(prefix + 'creating new package', () => {});
|
||||
|
||||
describe(pkg, () => {
|
||||
describe(`${pkg}`, () => {
|
||||
beforeAll(function () {
|
||||
return server2.putVersion(pkg, '0.1.1', generatePkg(pkg))
|
||||
.status(HTTP_STATUS.CREATED)
|
||||
|
|
Loading…
Add table
Reference in a new issue