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 f327d68 commit 39873f9Copy full SHA for 39873f9
packages/devtools-rpc/src/index.test.ts
@@ -45,6 +45,6 @@ describe('devtools rpc', () => {
45
46
expect(await client2.hello(2)).toBe('hello world from client 2')
47
48
- expect(await server.broadcast.hey('server')).toEqual(['hey server, I\'m client 1', 'hey server, I\'m client 2'])
+ expect(await server.broadcast.hey('server')).toEqual(expect.arrayContaining(['hey server, I\'m client 1', 'hey server, I\'m client 2']))
49
})
50
0 commit comments