chore: lint

This commit is contained in:
coderiaser 2026-06-15 14:48:32 +03:00
parent 78b206e06b
commit c36c32cb08
2 changed files with 6 additions and 2 deletions

View file

@ -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,