chore(cloudcmd) lint

This commit is contained in:
coderaiser 2019-08-05 18:10:16 +03:00
parent a021090dc9
commit a3ef3ae60d
6 changed files with 25 additions and 17 deletions

View file

@ -3,14 +3,13 @@
const test = require('supertape');
const tryToCatch = require('try-to-catch');
const rest = require('.');
const {
_formatMsg,
_getWin32RootMsg,
_isRootWin32,
_isRootAll,
_onPUT,
} = rest;
} = require('.');
test('rest: formatMsg', (t) => {
const result = _formatMsg('hello', 'world');