We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f102a9c commit 5a37ab7Copy full SHA for 5a37ab7
src/test/controlSocket.ts
@@ -3,11 +3,9 @@ import { ControlSocket } from '../controlSocket'
3
import { assert } from 'chai'
4
5
describe('ControlSocket', () => {
6
-
7
it('should try to get list of sockets', async () => {
8
const cs = new ControlSocket()
9
const r = await cs.listControlSockets()
10
assert.isArray(r)
11
})
12
13
-})
+})
0 commit comments