chore: lint

This commit is contained in:
coderaiser 2024-03-21 08:46:12 +02:00
parent fcce26d4e1
commit 1bef0d4381
13 changed files with 54 additions and 61 deletions

View file

@ -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();
});