mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) actions: lint ☘️
This commit is contained in:
parent
c345d8b7ef
commit
42e8e255c0
2 changed files with 6 additions and 6 deletions
|
|
@ -10,14 +10,14 @@ const tar = require('tar-stream');
|
|||
const gunzip = require('gunzip-maybe');
|
||||
const pullout = require('pullout');
|
||||
|
||||
const pathTarFixture = join(__dirname, '..', 'fixture/pack.tar.gz');
|
||||
const pathZipFixture = join(__dirname, '..', 'fixture/pack.zip');
|
||||
const cloudcmdPath = '../..';
|
||||
|
||||
const cloudcmd = require(cloudcmdPath);
|
||||
|
||||
const serveOnce = require('serve-once');
|
||||
|
||||
const pathZipFixture = join(__dirname, '..', 'fixture/pack.zip');
|
||||
|
||||
const pathTarFixture = join(__dirname, '..', 'fixture/pack.tar.gz');
|
||||
|
||||
const defaultOptions = {
|
||||
config: {
|
||||
auth: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue