Skip to content

Commit 397e64a

Browse files
committed
include templates in ref spec
1 parent aab560e commit 397e64a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/unit/features/ref.spec.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ import Vue from 'vue'
33
describe('ref', () => {
44
const components = {
55
test: {
6-
id: 'test'
6+
id: 'test',
7+
template: '<div>test</div>'
78
},
89
test2: {
9-
id: 'test2'
10+
id: 'test2',
11+
template: '<div>test2</div>'
1012
}
1113
}
1214

0 commit comments

Comments
 (0)