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

bigint test suite #94

Merged
merged 1 commit into from
Jun 4, 2024
Merged

bigint test suite #94

merged 1 commit into from
Jun 4, 2024

Conversation

kubikowski
Copy link
Owner

@kubikowski kubikowski commented Jun 4, 2024

Turns out that I missed one of the JS primitives, when originally writing these unit test suites. And that was boolean.

If there was a way to short circuit the test suite, and only use as many sets as there are unique values, maybe boolean tests would be viable. But these tests currently expect at least 10 unique values for the given type. I think that bigint supports at least 10 unique values.

@kubikowski kubikowski added type: Improvement general improvements to the code format & structure code: TypeScript changes to the typescript project labels Jun 4, 2024
@kubikowski kubikowski added this to the v1.5.8 milestone Jun 4, 2024
@kubikowski kubikowski self-assigned this Jun 4, 2024
@kubikowski kubikowski merged commit d074633 into main Jun 4, 2024
4 checks passed
@kubikowski kubikowski deleted the test branch June 4, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code: TypeScript changes to the typescript project type: Improvement general improvements to the code format & structure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant