forked from testing-library/vue-testing-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit a2c0f6f
Edgar Schnürigeredgar.schnueriger
Edgar Schnüriger
edgar.schnueriger
docs: Improve approach for integration with Vuetify (testing-library#123)
* Alternative approach to preserve mountOptions
I suggest an alternative approach to the problem to preserve things like `props, propsData, updateProps` that are applied to the root node only.
* Add tests
* Fix comments
* Apply review suggestions
Co-authored-by: edgar.schnueriger <edgar.schnueriger@geopraevent.ch>1 parent 850bd4c commit a2c0f6f
2 files changed
+24
-11
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | + | ||
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
16 | 23 |
| |
17 | 24 |
| |
18 | 25 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
1 | 2 |
| |
2 | 3 |
| |
3 | 4 |
| |
| |||
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 | - | ||
14 | + | ||
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 | - | ||
19 | + | ||
19 | 20 |
| |
20 | - | ||
21 | - | ||
22 | - | ||
23 | - | ||
24 | - | ||
25 | - | ||
26 | - | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
27 | 25 |
| |
28 | - | ||
29 | - | ||
30 | 26 |
| |
31 | 27 |
| |
32 | 28 |
| |
| |||
44 | 40 |
| |
45 | 41 |
| |
46 | 42 |
| |
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + |
0 commit comments