Skip to content

test(maintenance): migrate testing utils to vitest #2940

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

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

dreamorosi
Copy link
Contributor

Summary

Changes

Please provide a summary of what's being changed

This PR migrates the unit tests of the internal Testing Util package to use Vitest.

In doing so, I have also updated and streamlined the package.exports fields of the package.

Please add the issue number below, if no issue is present the PR might get blocked and not be reviewed

Issue number: closes #2939


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

@dreamorosi dreamorosi self-assigned this Aug 16, 2024
@dreamorosi dreamorosi requested a review from a team August 16, 2024 13:03
@dreamorosi dreamorosi requested a review from a team as a code owner August 16, 2024 13:03
@boring-cyborg boring-cyborg bot added the dependencies Changes that touch dependencies, e.g. Dependabot, etc. label Aug 16, 2024
@pull-request-size pull-request-size bot added the size/L PRs between 100-499 LOC label Aug 16, 2024
@dreamorosi dreamorosi changed the title tests(maintenance): migrate testing utils to vitest test(maintenance): migrate testing utils to vitest Aug 16, 2024
@dreamorosi dreamorosi marked this pull request as draft August 16, 2024 13:12
@dreamorosi dreamorosi force-pushed the tests/vitest_testing_util branch from 88ab490 to a21fcb9 Compare August 20, 2024 14:23
@pull-request-size pull-request-size bot added size/M PR between 30-99 LOC and removed size/L PRs between 100-499 LOC labels Aug 20, 2024
Copy link

@dreamorosi dreamorosi marked this pull request as ready for review August 20, 2024 14:28
@dreamorosi dreamorosi merged commit d063ec6 into main Aug 20, 2024
14 checks passed
@dreamorosi dreamorosi deleted the tests/vitest_testing_util branch August 20, 2024 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes that touch dependencies, e.g. Dependabot, etc. size/M PR between 30-99 LOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: migrate internal Testing Utils unit tests to vitest
2 participants