mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
a021090dc9
commit
a3ef3ae60d
6 changed files with 25 additions and 17 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue