Skip to content

Commit 56fa4f2

Browse files
committed
tests: add missing render to mounted component
1 parent 96748c5 commit 56fa4f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/Wells.spec.js

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ describe('Wells', () => {
3131
cmp = mount(Wells, {
3232
mixins: [WellProperties],
3333
props: data,
34+
render() {
35+
return null
36+
},
3437
})
3538
well = cmp.vm
3639
})

0 commit comments

Comments
 (0)