File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
::: warning Deprecation warning
4
4
` isVueInstance ` is deprecated and will be removed in future releases.
5
+
6
+ Most of the times, tests relying on ` isVueInstance ` provide little to no-value so you could simply remove them.
7
+
8
+ If you want to keep these tests, a valid replacement is to assert that ` wrapper.find(...).vm ` exists.
5
9
:::
6
10
7
11
Assert every ` Wrapper ` in ` WrapperArray ` is Vue instance.
Original file line number Diff line number Diff line change 2
2
3
3
::: warning Deprecation warning
4
4
` isVueInstance ` is deprecated and will be removed in future releases.
5
+
6
+ Most of the times, tests relying on ` isVueInstance ` provide little to no-value so you could simply remove them.
7
+
8
+ If you want to keep these tests, a valid replacement is to assert that ` wrapper.find(...).vm ` exists.
5
9
:::
6
10
7
11
Assert ` Wrapper ` is Vue instance.
You can’t perform that action at this time.
0 commit comments