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

@ -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';