ipfs / js-ipfs

IPFS implementation in JavaScript
https://js.ipfs.tech
Other
7.44k stars 1.25k forks source link

test: remove @ts-expect-errors for this being mocha #4250

Closed achingbrain closed 1 year ago

achingbrain commented 1 year ago

If we specify the return type of the getIt util, tsc will know what type this is in the test context so we can remove the error overrides.