forked from testing-library/angular-testing-library
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 2d958c5
authored
fix: extract router params in navigate (testing-library#93)
Closes testing-library#91 1 parent 4cb5e5c commit 2d958c5
File tree
3 files changed
+27
-2
lines changed- projects/testing-library/src/lib
- src/app/examples
3 files changed
+27
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
124 | 137 |
| |
125 | 138 |
| |
126 | - | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
127 | 146 |
| |
128 | 147 |
| |
129 | 148 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 | - | ||
76 | + | ||
77 | 77 |
| |
78 | + | ||
79 | + | ||
78 | 80 |
| |
79 | 81 |
| |
80 | 82 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | + | ||
24 | + | ||
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
31 | + | ||
32 | + | ||
29 | 33 |
| |
30 | 34 |
| |
31 | 35 |
| |
|
0 commit comments