Skip to content

Commit

Permalink
test: fix propsData.spec.js (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements authored and eddyerburgh committed May 16, 2018
1 parent a93275c commit 528d637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/specs/mounting-options/propsData.spec.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { shallowMount } from '~vue/test-utils'
import ComponentWithProps from '~resources/components/component-with-props.vue'
import { describeIf } from '~resources/utils'
import { describeRunIf } from 'conditional-specs'

const baseData = {
prop1: ['', '']
}

describeIf(process.env.TEST_ENV !== 'node',
describeRunIf(process.env.TEST_ENV !== 'node',
'propsData', () => {
let wrapper

Expand Down

0 comments on commit 528d637

Please sign in to comment.