fix(core): update
This commit is contained in:
@ -39,8 +39,9 @@ tap.test('should get package from verdaccio', async () => {
|
||||
tap.test('should get a specific file from a package', async () => {
|
||||
const bundleFile = await verdaccioRegistry.getFileFromPackage(
|
||||
'@pushrocks/websetup',
|
||||
'dist_bundle/bundle.js'
|
||||
'ts/index.ts'
|
||||
);
|
||||
console.log(bundleFile.contentBuffer.toString());
|
||||
});
|
||||
|
||||
tap.start();
|
||||
|
Reference in New Issue
Block a user