File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ vue-test-utils にはオプションを定義するための `config` オプシ
4
4
5
5
### vue-test-utils` ` config` オプション
6
6
7
- #### stubs`
7
+ #### ` stubs `
8
8
9
9
- 型: ` Object `
10
10
- デフォルト: `{
@@ -24,7 +24,7 @@ import VueTestUtils from '@vue/test-utils'
24
24
VueTestUtils .config .stubs [' my-component' ] = ' <div />'
25
25
```
26
26
27
- #### mocks`
27
+ #### ` mocks `
28
28
29
29
- 型: ` Object `
30
30
- デフォルト: ` {} `
@@ -43,7 +43,7 @@ VueTestUtils.config.mocks['$store'] = {
43
43
}
44
44
```
45
45
46
- #### methods`
46
+ #### ` methods `
47
47
48
48
- 型: ` Object `
49
49
- デフォルト: ` {} `
@@ -60,7 +60,7 @@ VueTestUtils.config.methods['errors'] = () => {
60
60
}
61
61
```
62
62
63
- #### provide`
63
+ #### ` provide `
64
64
65
65
- 型: ` Object `
66
66
- デフォルト: ` {} `
@@ -79,7 +79,7 @@ VueTestUtils.config.provide['$logger'] = {
79
79
}
80
80
```
81
81
82
- #### logModifiedComponents`
82
+ #### ` logModifiedComponents `
83
83
84
84
- 型: ` Boolean `
85
85
- デフォルト: ` true `
You can’t perform that action at this time.
0 commit comments