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

Use Node.js' built-in test runner #78

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Use Node.js' built-in test runner #78

merged 1 commit into from
Feb 1, 2024

Conversation

jonkoops
Copy link
Collaborator

@jonkoops jonkoops commented Feb 1, 2024

Replaces Mocha and Chai with Node.js' built-in test runner and assertion API. This removes the need to carry and maintain any dependencies (aside from Node.js itself). Also cleans up the tests a little by using more modern JavaScript syntax.

@jonkoops jonkoops self-assigned this Feb 1, 2024
Copy link
Owner

@bramstein bramstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work!

@jonkoops jonkoops merged commit ee27eb9 into main Feb 1, 2024
2 checks passed
@jonkoops jonkoops deleted the node-test-runner branch February 1, 2024 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants