We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8a166 commit 90984a3Copy full SHA for 90984a3
packages/integration-tests/test/connections.spec.ts
@@ -49,7 +49,7 @@ describe('connections', () => {
49
expect(dialer.getConnections()).to.have.lengthOf(2)
50
})
51
52
- it.only('should use custom DNS resolver', async () => {
+ it('should use custom DNS resolver', async () => {
53
const resolver = Sinon.stub()
54
55
;({ dialer, listener } = await createPeers({
0 commit comments