Skip to content

docs(signals): rewrite testing guide#5107

Merged
timdeschryver merged 19 commits intomainfrom
docs/signal/testing-guide
Mar 6, 2026
Merged

docs(signals): rewrite testing guide#5107
timdeschryver merged 19 commits intomainfrom
docs/signal/testing-guide

Conversation

@rainerhahnekamp
Copy link
Contributor

This is a rewrite of the testing guide for the SignalStore

  • Reorganize into 8 chapters: scopes, members, unprotected, mocking deps,
    signalMethod, rxMethod, mocking store, custom features
  • use Vitest
  • more concise examples
  • remove integration tests, long async snippets
  • Add writing-docs skill for consistent doc conventions

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)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[x] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Closes #5106

Does this PR introduce a breaking change?

[ ] Yes
[x] No

@netlify
Copy link

netlify bot commented Mar 1, 2026

Deploy Preview for ngrx-io ready!

Name Link
🔨 Latest commit c94a5e8
🔍 Latest deploy log https://app.netlify.com/projects/ngrx-io/deploys/69aa04a7214d62000866f078
😎 Deploy Preview https://deploy-preview-5107--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 Mar 1, 2026

Deploy Preview for ngrx-site-v21 ready!

Name Link
🔨 Latest commit c94a5e8
🔍 Latest deploy log https://app.netlify.com/projects/ngrx-site-v21/deploys/69aa04a73532830008b7fa82
😎 Deploy Preview https://deploy-preview-5107--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.

@rainerhahnekamp
Copy link
Contributor Author

@markostanimirovic @timdeschryver and others.

This is a complete rewrite, so the review is easier if you don't check the diffs line by line 😄

@rainerhahnekamp rainerhahnekamp marked this pull request as ready for review March 1, 2026 16:09
Copy link
Member

@markostanimirovic markostanimirovic left a comment

Choose a reason for hiding this comment

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

Great work Rainer! 👑

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.

Looks good to me as well! 🫡

rainerhahnekamp and others added 6 commits March 5, 2026 23:31
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
@rainerhahnekamp
Copy link
Contributor Author

@timdeschryver Incorporated your suggestions

@timdeschryver timdeschryver merged commit 97ccfda into main Mar 6, 2026
14 checks passed
@timdeschryver timdeschryver deleted the docs/signal/testing-guide branch March 6, 2026 14:54
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/signals: Rewrite Testing Documentation

3 participants