fix(core): update
This commit is contained in:
@ -32,7 +32,6 @@ tap.test('should create a verdaccio registry', async () => {
|
||||
|
||||
tap.test('should get package from verdaccio', async () => {
|
||||
const npmPackage = await verdaccioRegistry.getPackageInfo('@pushrocks/smartupdate');
|
||||
console.log(npmPackage);
|
||||
expect(npmPackage.license).to.equal('MIT');
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user