Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Chai #320

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Remove Chai #320

merged 1 commit into from
Oct 30, 2024

Conversation

rowanmanning
Copy link
Member

Chai v5 is ESM-only which would be a really big migration. We're not doing any complicated assertions in the tests here so I think it makes sense to just switch to the built-in assert module. We get to drop a dependency (just under 1MB) and I think assert is easier to understand anyway.

Chai v5 is ESM-only which would be a really big migration. We're not
doing any complicated assertions in the tests here so I think it makes
sense to just switch to the built-in `assert` module. We get to drop a
dependency (just under 1MB) and I think assert is easier to understand
anyway.
@rowanmanning rowanmanning merged commit f88e215 into main Oct 30, 2024
16 checks passed
@rowanmanning rowanmanning deleted the remove-chai branch October 30, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants