chore(cloudcmd) lint

This commit is contained in:
coderaiser 2022-06-14 14:38:11 +03:00
parent 81e76857da
commit ef10ebe97c
40 changed files with 137 additions and 134 deletions

View file

@ -4,14 +4,14 @@ const test = require('supertape');
const criton = require('criton');
const cloudcmd = require('..');
const configFn = cloudcmd.createConfigManager();
const config = {
auth: false,
};
const {request} = require('serve-once')(cloudcmd, {
config,
});
const configFn = cloudcmd.createConfigManager();
test('cloudcmd: static', async (t) => {
const name = 'package.json';