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 a93275c commit 528d637Copy full SHA for 528d637
test/specs/mounting-options/propsData.spec.js
@@ -1,12 +1,12 @@
1
import { shallowMount } from '~vue/test-utils'
2
import ComponentWithProps from '~resources/components/component-with-props.vue'
3
-import { describeIf } from '~resources/utils'
+import { describeRunIf } from 'conditional-specs'
4
5
const baseData = {
6
prop1: ['', '']
7
}
8
9
-describeIf(process.env.TEST_ENV !== 'node',
+describeRunIf(process.env.TEST_ENV !== 'node',
10
'propsData', () => {
11
let wrapper
12
0 commit comments