Skip to content

Conversation

@jase88
Copy link
Contributor

@jase88 jase88 commented Feb 8, 2026

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?

example-app uses jest as test runner.

Closes #5082

What is the new behavior?

example-app usesvitest as test runner.

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

@netlify
Copy link

netlify bot commented Feb 8, 2026

Deploy Preview for ngrx-io ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit e78add1
🔍 Latest deploy log https://app.netlify.com/projects/ngrx-io/deploys/6988e5f689188a0008708871
😎 Deploy Preview https://deploy-preview-5087--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.

@timdeschryver timdeschryver changed the title chore(example-app): migrate testing setup from Jest to Vitest refactor(example-app): migrate unit tests to Vitest Feb 9, 2026
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.

This looks good, thanks @jase88 !

Copy link
Contributor

@rainerhahnekamp rainerhahnekamp left a comment

Choose a reason for hiding this comment

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

Yup, is alright for me as well. Good work.

@rainerhahnekamp rainerhahnekamp merged commit 71406e2 into ngrx:main Feb 9, 2026
15 of 16 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.

Migrate example-app tests to Vitest

3 participants