mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
e78f5d943f
commit
e9a8910c9c
2 changed files with 5 additions and 5 deletions
|
|
@ -13,10 +13,8 @@ import {getTitle} from '#common/cloudfunc';
|
|||
import * as Images from '#dom/images';
|
||||
import * as input from './input.js';
|
||||
|
||||
const {
|
||||
CloudCmd,
|
||||
DOM,
|
||||
} = globalThis;
|
||||
const {CloudCmd, DOM} = globalThis;
|
||||
|
||||
const {Dialog, setTitle} = DOM;
|
||||
|
||||
const Name = 'Config';
|
||||
|
|
|
|||
|
|
@ -68,7 +68,9 @@ test('cloudfunc: render', (t) => {
|
|||
template,
|
||||
});
|
||||
|
||||
Expect += fs.readFileSync(EXPECT_PATH, 'utf8').slice(0, -1);
|
||||
Expect += fs
|
||||
.readFileSync(EXPECT_PATH, 'utf8')
|
||||
.slice(0, -1);
|
||||
|
||||
let i;
|
||||
const isNotOk = Expect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue