chore(develop): Update frontend router testing guidance#13538
Merged
chore(develop): Update frontend router testing guidance#13538
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
scttcper
approved these changes
Apr 28, 2025
Member
scttcper
left a comment
There was a problem hiding this comment.
might be also helpful to mention how to avoid the usePageFilters mocks
codyde
added a commit
that referenced
this pull request
Apr 29, 2025
* 'master' of https://github.com/getsentry/sentry-docs: fix(native): add another `crashpad` benefit on macOS to the backend tradeoffs (#13535) chore(develop): Update frontend router testing guidance (#13538) Bump API schema to 1bf27325 (#13537) Fix HTTP headers section in data collected for Java and Android SDK (#13530) Add "Data Collected" page for Unreal Engine SDK (#13532) feat(seer): Update seer docs (#13448) Add an FAQ to trace propagation cheat sheet (#13528) Remove note about 40M SourceMap Limit (#13499) docs(js): Create SvelteKit Quick Start guide (Wizard setup) (#13480) add godot and maui to platforms with screenshot (#13493)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref https://github.com/getsentry/frontend-tsc/issues/85
The internal development docs were referencing the old way of mocking router state in frontend tests. Updates with the new method of doing so.