mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
chore: lint
This commit is contained in:
parent
78b206e06b
commit
c36c32cb08
2 changed files with 6 additions and 2 deletions
|
|
@ -168,7 +168,9 @@ test('cloudcmd: static: user menu: C: exists: cancel', async (t) => {
|
|||
const {write} = DOM.IO;
|
||||
|
||||
getCurrentByName.returns({});
|
||||
confirm.resolves([Error('cancel')]);
|
||||
confirm.resolves([
|
||||
Error('cancel'),
|
||||
]);
|
||||
|
||||
await defaultMenu[name]({
|
||||
DOM,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue