Skip to content

Commit

Permalink
test: remove unnecessary ts-ignore (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn authored Oct 28, 2024
1 parent f2bd6d1 commit cf5c8ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/helpers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf5c8ce

Please sign in to comment.