From 0f52b62e319b4436e90f47f2144e037fc83594c1 Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Tue, 9 Jan 2024 16:54:10 +0000 Subject: [PATCH] test: Enable all tests. --- test/sync.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sync.test.js b/test/sync.test.js index a8b4134..a25391f 100644 --- a/test/sync.test.js +++ b/test/sync.test.js @@ -697,7 +697,7 @@ describe('Sync protocol', function () { await ipfs2.stop() }) - it.only('emits an error when connecting to peer was cancelled due to timeout', async () => { + it('emits an error when connecting to peer was cancelled due to timeout', async () => { let err = null const onError = (error) => {