digidem / mapeo-core-next

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

test: remove `t.plan()` calls #658

Closed EvanHahn closed 1 month ago

EvanHahn commented 1 month ago

We plan to replace Brittle with node:test which doesn't have an equivalent for t.plan. Remove it to make it easier to migrate.

Notably, this removes t.plan from the type definitions to discourage its use.

EvanHahn commented 1 month ago

Submitted our Brittle types upstream at https://github.com/DefinitelyTyped/DefinitelyTyped/pull/69647.