fix(core): update
This commit is contained in:
@@ -53,4 +53,12 @@ tap.test('should get a specific file from a package', async () => {
|
||||
}
|
||||
});
|
||||
|
||||
tap.test('should not get a nonexisting file from a package', async () => {
|
||||
const wantedFileNotThere = await verdaccioRegistry.getFileFromPackage(
|
||||
'@pushrocks/websetup',
|
||||
'ts/notthere'
|
||||
);
|
||||
expect(wantedFileNotThere).to.be.null
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user