mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
a021090dc9
commit
a3ef3ae60d
6 changed files with 25 additions and 17 deletions
|
|
@ -1,8 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
const test = require('supertape');
|
||||
const cloudfunc = require('./cloudfunc');
|
||||
const {_getSize} = cloudfunc;
|
||||
const {_getSize} = require('./cloudfunc');
|
||||
|
||||
test('cloudfunc: getSize: dir', (t) => {
|
||||
const type = 'directory';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue