Skip to content

Comments

refactor(data): refactor data module tests to use vitest#5095

Merged
markostanimirovic merged 4 commits intongrx:mainfrom
JulienMichelFr:chore/migrate-data-tests-to-vitest
Feb 21, 2026
Merged

refactor(data): refactor data module tests to use vitest#5095
markostanimirovic merged 4 commits intongrx:mainfrom
JulienMichelFr:chore/migrate-data-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?

Data module was using Jasmine as test runner

Closes #5091

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 16, 2026

Deploy Preview for ngrx-io ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 7672a17
🔍 Latest deploy log https://app.netlify.com/projects/ngrx-io/deploys/699a2b0051f3cd00089ecdf3
😎 Deploy Preview https://deploy-preview-5095--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 16, 2026

Deploy Preview for ngrx-site-v21 ready!

Name Link
🔨 Latest commit 7672a17
🔍 Latest deploy log https://app.netlify.com/projects/ngrx-site-v21/deploys/699a2b000337bb000809fd92
😎 Deploy Preview https://deploy-preview-5095--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 force-pushed the chore/migrate-data-tests-to-vitest branch from 277ac83 to 2e1d368 Compare February 17, 2026 16:29
@JulienMichelFr JulienMichelFr force-pushed the chore/migrate-data-tests-to-vitest branch from 2e1d368 to 04cbb42 Compare February 17, 2026 19:16
@JulienMichelFr JulienMichelFr marked this pull request as ready for review February 17, 2026 19:41
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 again @JulienMichelFr !
I only noticed the snapshot at modules/schematics/src/data/snapshots/index.spec.ts still seems to be a Jest version.
Could you take a look at this please?

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.

Nevermind my comment, that's for the schematics module 😅

@markostanimirovic markostanimirovic merged commit 6ea9dcc into ngrx:main Feb 21, 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/data: Migrate Data Tests to Vitest

3 participants