mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore: lint
This commit is contained in:
parent
fcce26d4e1
commit
1bef0d4381
13 changed files with 54 additions and 61 deletions
|
|
@ -11,7 +11,7 @@ const {time, timeEnd} = require(`../../common/util`);
|
|||
const CloudFunc = require('../../common/cloudfunc.js');
|
||||
|
||||
const DIR = `${__dirname}/../../`;
|
||||
const CloudFuncPath = `cloudfunc`;
|
||||
|
||||
const TMPLDIR = `${DIR}tmpl/`;
|
||||
|
||||
const FS_DIR = `${TMPLDIR}fs/`;
|
||||
|
|
@ -193,4 +193,3 @@ test('cloudfunc: getDotDot: two levels deep', (t) => {
|
|||
t.equal(dotDot, '/home', 'should return up level');
|
||||
t.end();
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue