test: Enable all tests.

This commit is contained in:
Hayden Young 2024-01-09 16:54:10 +00:00
parent ba043391d9
commit 0f52b62e31

View File

@ -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) => {