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

chore: replace ava with vitest #6103

Merged
merged 20 commits into from
Nov 1, 2023

Conversation

ericapisani
Copy link
Contributor

🎉 Thanks for submitting a pull request! 🎉

Summary

Fixes this issue


For us to review and ship your PR efficiently, please perform the following steps:

  • Open a bug/issue before writing your code 🧑‍💻. This ensures we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or something that`s on fire 🔥 (e.g. incident related), you can skip this step.
  • Read the contribution guidelines 📖. This ensures your code follows our style guide and
    passes our tests.
  • Update or add tests (if any source code was changed or added) 🧪
  • Update or add documentation (if features were changed or added) 📝
  • Make sure the status checks below are successful ✅

A picture of a cute animal (not mandatory, but encouraged)

@github-actions
Copy link

github-actions bot commented Oct 30, 2023

📊 Benchmark results

Comparing with 00e8d9d

  • Dependency count: 1,373 (no change)
  • Package size: 381 MB (no change)

@ericapisani ericapisani marked this pull request as ready for review October 30, 2023 18:05
@ericapisani ericapisani requested a review from a team as a code owner October 30, 2023 18:05
Even though we're not using ava in this package,
our internal lint package (@netlify/eslint-config-node)
doesn't recognize this.

As a result it's incorrectly failing lint checks because files
that are not test files as being imported into actual test files
(the specific rule that's failing is `ava/no-import-test-files`.
… of ssh://github.com/netlify/cli into ericapisani/ct-89-finish-conversion-from-ava-to-vitest
@ericapisani ericapisani requested review from sarahetter and a team October 31, 2023 13:35
khendrikse
khendrikse previously approved these changes Oct 31, 2023
@ericapisani ericapisani added the automerge Add to Kodiak auto merge queue label Oct 31, 2023
@ericapisani ericapisani changed the title chore: replace ava with vitest feat!: replace ava with vitest Oct 31, 2023
@ericapisani ericapisani changed the title feat!: replace ava with vitest chore: replace ava with vitest Oct 31, 2023
… of ssh://github.com/netlify/cli into ericapisani/ct-89-finish-conversion-from-ava-to-vitest
@ericapisani ericapisani added automerge Add to Kodiak auto merge queue and removed automerge Add to Kodiak auto merge queue labels Nov 1, 2023
@kodiakhq kodiakhq bot merged commit 293f535 into main Nov 1, 2023
33 checks passed
@kodiakhq kodiakhq bot deleted the ericapisani/ct-89-finish-conversion-from-ava-to-vitest branch November 1, 2023 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Add to Kodiak auto merge queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants