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's built-in test runner #59

Merged
merged 2 commits into from
Feb 3, 2025
Merged

Use node's built-in test runner #59

merged 2 commits into from
Feb 3, 2025

Conversation

lencioni
Copy link
Contributor

This is a bit nicer than our shell script.

This is a bit nicer than our shell script.
@lencioni lencioni requested a review from trotzig January 31, 2025 19:26
@lencioni
Copy link
Contributor Author

Looks like describe isn't available until node 22 :/

This was added in Node 22, so removing it allows us to run the tests in
older versions of Node.
@lencioni lencioni merged commit 384d46d into main Feb 3, 2025
5 checks passed
@lencioni lencioni deleted the test-runner branch February 3, 2025 14:48
@cjihrig
Copy link

cjihrig commented Feb 3, 2025

Hey, I just happened to see this issue. describe() is available all the way back to Node 18.

@lencioni
Copy link
Contributor Author

lencioni commented Feb 3, 2025

@cjihrig Oh! I think I misinterpreted a failure I saw. I'll try adding the describes back. Thanks!

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.

3 participants