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