Skip to content

Commit 528d637

Browse files
38elementseddyerburgh
authored andcommitted
test: fix propsData.spec.js (#617)
1 parent a93275c commit 528d637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/specs/mounting-options/propsData.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { shallowMount } from '~vue/test-utils'
22
import ComponentWithProps from '~resources/components/component-with-props.vue'
3-
import { describeIf } from '~resources/utils'
3+
import { describeRunIf } from 'conditional-specs'
44

55
const baseData = {
66
prop1: ['', '']
77
}
88

9-
describeIf(process.env.TEST_ENV !== 'node',
9+
describeRunIf(process.env.TEST_ENV !== 'node',
1010
'propsData', () => {
1111
let wrapper
1212

0 commit comments

Comments
 (0)