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

Fix vitest parsing of times and durations #80

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

dustin-decker
Copy link
Contributor

Vitest v2.1.1 appears to be using floats instead of ints for some of the times and durations. This code previously expected ints, but I've updated to float64 so it can parse both now.

Screenshot 2024-09-22 at 5 31 44 PM

@TAGraves TAGraves self-assigned this Sep 23, 2024
Copy link
Member

@TAGraves TAGraves left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution!

@TAGraves TAGraves merged commit 5294685 into rwx-research:main Sep 23, 2024
1 check passed
@dustin-decker dustin-decker deleted the vitest-fix branch September 23, 2024 02:25
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