Skip to content

Commit 60b6851

Browse files
committed
chore: lint
1 parent 4f08eb0 commit 60b6851

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Install Redrun
27-
run: bun i redrun -g --no-save
27+
run: bun i redrun madrun -g --no-save
2828
- name: Install
2929
run: bun i --no-save
30+
- name: Init Madrun
31+
run: madrun --init
3032
- name: Lint
3133
run: redrun fix:lint
3234
- name: Typos

static/user-menu.spec.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ test('cloudcmd: static: user menu: C: exists: cancel', async (t) => {
168168
const {write} = DOM.IO;
169169

170170
getCurrentByName.returns({});
171-
confirm.resolves([Error('cancel')]);
171+
confirm.resolves([
172+
Error('cancel'),
173+
]);
172174

173175
await defaultMenu[name]({
174176
DOM,

0 commit comments

Comments
 (0)