mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
2a170584e2
commit
67138dab0f
5 changed files with 9 additions and 9 deletions
|
|
@ -85,7 +85,7 @@ test('cloudcmd: rest: pack: tar: put: file', async (t) => {
|
|||
body: getPackOptions(name),
|
||||
});
|
||||
|
||||
const file = fs.createReadStream(join(__dirname,'..', name));
|
||||
const file = fs.createReadStream(join(__dirname, '..', name));
|
||||
const extract = tar.extract();
|
||||
|
||||
file.pipe(gunzip()).pipe(extract);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue