File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ import Faz from './Faz.vue'
123
123
describe (' Foo' , () => {
124
124
it (' renders a div' , () => {
125
125
const wrapper = mount (Foo, {
126
- stub : {
127
- Bar: ' <div class="stubbed />' ,
126
+ stubs : {
127
+ Bar: ' <div class="stubbed" />' ,
128
128
BarFoo: true ,
129
129
FooBar: Faz
130
130
}
Original file line number Diff line number Diff line change 7
7
- ` {boolean} attachToDocument `
8
8
- ` {Object} context `
9
9
- ` {Object} slots `
10
- - ` {Array<Componet |Object>|Component|String} default `
11
- - ` {Array<Componet |Object>|Component|String} named `
10
+ - ` {Array<Component |Object>|Component|String} default `
11
+ - ` {Array<Component |Object>|Component|String} named `
12
12
- ` {Object} mocks `
13
13
- ` {Object|Array<string>} stubs `
14
14
- ` {boolean} clone `
You can’t perform that action at this time.
0 commit comments