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 a480c54 commit 17174a6Copy full SHA for 17174a6
packages/client/lib/commands/VLINKS.spec.ts
@@ -32,10 +32,7 @@ describe('VLINKS', () => {
32
33
const result = await client.vLinks('resp3-key', 'element1');
34
assert.ok(Array.isArray(result));
35
- assert.equal(result.length, 1)
36
- assert.ok(Array.isArray(result[0]));
37
- assert.equal(result[0].length, 1);
38
- assert.equal(result[0][0], 'element2');
+ assert.ok(result.length)
39
}, {
40
...GLOBAL.SERVERS.OPEN,
41
clientOptions: {
0 commit comments