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

Testing: Migrate NgRx Signals Testing Suite from Jest to Vitest #4637

Closed
2 tasks
brandonroberts opened this issue Dec 19, 2024 · 0 comments · Fixed by #4631
Closed
2 tasks

Testing: Migrate NgRx Signals Testing Suite from Jest to Vitest #4637

brandonroberts opened this issue Dec 19, 2024 · 0 comments · Fixed by #4631
Assignees
Labels
Core/Collaborators Work Work to be completed by the core team or collaborators

Comments

@brandonroberts
Copy link
Member

Which @ngrx/* package(s) are relevant/related to the feature request?

signals

Information

As the signals library is fairly new, we can re-evaluate the tools used to support its development. Vitest has better support for ESM, a better developer experience, and faster in terms of feedback loop.

This effort migrates the signals package tests to use Vitest and can serve as a real world example in usage and how to migrate an existing suite of tests if desired.

Describe any alternatives/workarounds you're currently using

No response

I would be willing to submit a PR to fix this issue

  • Yes
  • No
@brandonroberts brandonroberts self-assigned this Dec 19, 2024
@brandonroberts brandonroberts added the Core/Collaborators Work Work to be completed by the core team or collaborators label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core/Collaborators Work Work to be completed by the core team or collaborators
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant