Commit c77a900
test: Remove non-configurable window.location stub
sinon cannot stub window.location in modern browsers as it is non-configurable
and non-writable. The stub was a leftover from before the Navigation API refactor
— location.assign/replace are no longer used in the router or tests.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 15f16cf commit c77a900
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
0 commit comments