digidem / mapeo-core-next

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

test: replace Brittle with node:test #673

Closed EvanHahn closed 1 month ago

EvanHahn commented 1 month ago

This is a test-only change that should have no user impact.

We've slowly been removing Brittle in favor of node:test. This finishes that work and uninstalls Brittle.

git grep -i brittle returns no results after this change.

I tried to make small PRs for the other changes, but because of some dependencies on test-e2e/utils.js, I think it's easier to do this all at once. (The alternative, which I explored, was to temporarily use a simple shim that supports both Brittle and node:test.)