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

refactor(tests): migrate to vitest #57

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tutods
Copy link

@tutods tutods commented Mar 16, 2024

Pull request

Description

On this pull request, I'm migrating from Jest to Vitest, updating the respective scripts and tests files.
Other than that, I've change the package manager to PNPM

Motivation and Context

This changes have a big impact on performance, tests will run faster and the PNPM is very good to handle the project dependencies.

References

Deployment Actions and Release Plan

Pre-Deployment

Post-Deployment

Types of changes

  • Breaking change (a fix or feature that would cause existing functionality to change)
  • Bugfix (a non-breaking change that fixes an issue)
  • Chore (a task that doesn't add or fix existing code or tests)
  • New feature (a non-breaking change that adds functionality)
  • Performance (a non-breaking change that reduces time or space complexity of a flow)
  • Refactor (a non-breaking change that restructures existing code)
  • Test (added or updated existing tests without implementation changes)

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

Successfully merging this pull request may close these issues.

1 participant