We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd167cd + ab7f051 commit 8fcfdceCopy full SHA for 8fcfdce
test/specs/wrapper/find.spec.js
@@ -19,7 +19,7 @@ import { itDoNotRunIf, itSkipIf } from 'conditional-specs'
19
20
describeWithShallowAndMount('find', mountingMethod => {
21
itDoNotRunIf(
22
- mountingMethod.name === 'shallowMount',
+ mountingMethod.name === 'shallowMount' || vueVersion < 2.6,
23
'returns a VueWrapper using a <router-view /> component',
24
async () => {
25
const localVue = createLocalVue()
0 commit comments