From cf5c8cefc02f1987ea40d62188d43d3a82532147 Mon Sep 17 00:00:00 2001 From: Evan Hahn Date: Mon, 28 Oct 2024 09:23:03 -0500 Subject: [PATCH] test: remove unnecessary ts-ignore (#43) --- 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