From 0b6405fae2ac8c01bd69ab45c97397d7aa5eb635 Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Mon, 28 Oct 2024 09:21:57 -0500 Subject: [PATCH] test: remove unnecessary ts-ignore --- test/helpers/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/helpers/index.js b/test/helpers/index.js index 913ea84..8b4c789 100644 --- a/test/helpers/index.js +++ b/test/helpers/index.js @@ -42,7 +42,6 @@ function replicate(a, b) { /** @param {any} args */ async function create(...args) { - /* @ts-ignore: TODO: better types for random access modules */ const core = new Hypercore(ram, ...args) await core.ready() return core