digidem / mapeo-core-next

The upcoming version of Mapeo Core
MIT License
7 stars 1 forks source link

chore: type-check core manager test helpers #688

Closed EvanHahn closed 1 month ago

EvanHahn commented 1 month ago

This is a test-only change.

tests/helpers/core-manager.js wasn't type checked because it had a // @ts-nocheck at the top. This removes that check and fixes all the type errors.

This mostly required adding type annotations, but a few changes were a little more involved.