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

test(parser): migrate to vitest #3299

Merged
merged 3 commits into from
Nov 8, 2024
Merged

test(parser): migrate to vitest #3299

merged 3 commits into from
Nov 8, 2024

Conversation

dreamorosi
Copy link
Contributor

Summary

Changes

Please provide a summary of what's being changed

This PR migrates the Parser utility tests to use Vitest.

All the changes are limited to updating the test configuration and imports.

I will work on streamlining the tests and updating the event sourcing in future PRs to limit huge diffs.

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

Issue number: closes #3247


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 Nov 7, 2024
@dreamorosi dreamorosi requested review from a team as code owners November 7, 2024 18:51
@boring-cyborg boring-cyborg bot added automation This item relates to automation dependencies Changes that touch dependencies, e.g. Dependabot, etc. internal PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.) tests PRs that add or change tests labels Nov 7, 2024
@pull-request-size pull-request-size bot added the size/L PRs between 100-499 LOC label Nov 7, 2024
@dreamorosi dreamorosi requested a review from am29d November 7, 2024 18:52
Copy link

sonarqubecloud bot commented Nov 7, 2024

@am29d am29d merged commit 3789076 into main Nov 8, 2024
38 checks passed
@am29d am29d deleted the chore/vitest_parser_base branch November 8, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation This item relates to automation dependencies Changes that touch dependencies, e.g. Dependabot, etc. internal PRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.) size/L PRs between 100-499 LOC tests PRs that add or change tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Maintenance: migrate test runner to vitest for parser package
2 participants