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.
1 parent c14d6fd commit ab7f051Copy full SHA for ab7f051
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