Skip to content

Commit 7be17c9

Browse files
committed
chore: @cloudcmd/fileop: actions: lint ☘️
1 parent 2022de9 commit 7be17c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/load-socket.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ test('fileop: client: load-socket: no io', async (t) => {
55
globalThis.io = 'x';
66
const io = await loadSocket();
77
delete globalThis.io;
8-
8+
99
t.equal(io, 'x');
1010
t.end();
11-
})
11+
});

0 commit comments

Comments
 (0)