fix(core): update

This commit is contained in:
2021-04-19 12:55:11 +00:00
parent 6b13e46947
commit d59875f23f
7 changed files with 581 additions and 187 deletions

View File

@ -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();