diff --git a/client/modules/config/index.js b/client/modules/config/index.js index cbed9c74..b5db80aa 100644 --- a/client/modules/config/index.js +++ b/client/modules/config/index.js @@ -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'; diff --git a/test/common/cloudfunc.js b/test/common/cloudfunc.js index 51899a9a..30d74814 100644 --- a/test/common/cloudfunc.js +++ b/test/common/cloudfunc.js @@ -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