digidem / mapeo-core-next

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

chore: enable type checking for all tests #669

Closed EvanHahn closed 1 month ago

EvanHahn commented 1 month ago

This only affects type-checking in tests and should have no user impact.

Before this change, we weren't type-checking the tests/ folder. Now we are!

Prerequisites that made this change possible (list might be incomplete):

EvanHahn commented 1 month ago

Removed tests/tsconfig.json in 13d5ef7a9aa24f4cbc5ae30862efd9bf4c92c8e9. I'll remove the ts-check directives in a followup.

EvanHahn commented 1 month ago

Followup: #670