From ea7040f5436e35bc85d403fe76b6591950ac9ae7 Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 17 Jan 2024 13:16:22 +0100 Subject: [PATCH] fix: remove only test --- test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.test.js b/test/index.test.js index 5f97705..3ec7e6f 100644 --- a/test/index.test.js +++ b/test/index.test.js @@ -73,7 +73,7 @@ test('should fetch blake2b hashed data', async t => { } }) -test.only('should walk a unixfs path', async t => { +test('should walk a unixfs path', async t => { const bytes = fromString(`TEST DATA ${Date.now()}`) const hash = await sha256.digest(bytes) const cid = CID.create(1, raw.code, hash)