platform icon indicating copy to clipboard operation
platform copied to clipboard

`@ngrx/store`: Migrate Store Unit Tests to Vitest

Open markostanimirovic opened this issue 1 month ago • 1 comments

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

store

Information

Migrate @ngrx/store unit tests from Jest to Vitest.

👉 Package location: https://github.com/ngrx/platform/tree/main/modules/store 💡 Unit tests from the @ngrx/signals package have already been migrated to Vitest: https://github.com/ngrx/platform/tree/main/modules/signals

Describe any alternatives/workarounds you're currently using

No response

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

  • [ ] Yes
  • [ ] No

markostanimirovic avatar Nov 27 '25 18:11 markostanimirovic

I'll try to take this on. I already have started working on this. Just a couple of failed tests and some tests that just failing due to time outs.

exequiel09 avatar Dec 02 '25 05:12 exequiel09