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

Utilize Partial Type for Test Case Inputs in Testing #271

Closed
threeal opened this issue Mar 25, 2024 · 0 comments · Fixed by #272
Closed

Utilize Partial Type for Test Case Inputs in Testing #271

threeal opened this issue Mar 25, 2024 · 0 comments · Fixed by #272
Assignees
Labels
Milestone

Comments

@threeal
Copy link
Owner

threeal commented Mar 25, 2024

This issue proposes a modification to the testing approach by employing the Partial<Type> type for specifying the test case inputs partially. This adjustment aims to eliminate the manual merging of default inputs with specified inputs as could be seen in the inputs.test.ts file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant