Skip to content

refactor(component-store): migrate unit tests to Vitest#5093

Merged
markostanimirovic merged 3 commits intongrx:mainfrom
JulienMichelFr:chore/migrate-component-store-tests-to-vitest
Feb 17, 2026
Merged

refactor(component-store): migrate unit tests to Vitest#5093
markostanimirovic merged 3 commits intongrx:mainfrom
JulienMichelFr:chore/migrate-component-store-tests-to-vitest

Conversation

@JulienMichelFr
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ x] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Component-Store module was using Jest as test runner

Closes #5090

What is the new behavior?

This module now use Vitest as test runner

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@netlify
Copy link

netlify bot commented Feb 14, 2026

Deploy Preview for ngrx-io ready!

Name Link
🔨 Latest commit 478cf97
🔍 Latest deploy log https://app.netlify.com/projects/ngrx-io/deploys/69936a86d23e940008a65627
😎 Deploy Preview https://deploy-preview-5093--ngrx-io.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 14, 2026

Deploy Preview for ngrx-site-v21 ready!

Name Link
🔨 Latest commit 478cf97
🔍 Latest deploy log https://app.netlify.com/projects/ngrx-site-v21/deploys/69936a864c07f500085e7149
😎 Deploy Preview https://deploy-preview-5093--ngrx-site-v21.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@JulienMichelFr JulienMichelFr marked this pull request as ready for review February 14, 2026 23:39
Copy link
Member

@timdeschryver timdeschryver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again @JulienMichelFr

@markostanimirovic markostanimirovic merged commit 881d96c into ngrx:main Feb 17, 2026
14 checks passed
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.

@ngrx/component-store: Migrate Component Store Tests to Vitest

3 participants