File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 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` オプシ
44
55### vue-test-utils` ` config` オプション
66
7- #### stubs`
7+ #### ` stubs `
88
99- 型: ` Object `
1010- デフォルト: `{
@@ -24,7 +24,7 @@ import VueTestUtils from '@vue/test-utils'
2424VueTestUtils .config .stubs [' my-component' ] = ' <div />'
2525```
2626
27- #### mocks`
27+ #### ` mocks `
2828
2929- 型: ` Object `
3030- デフォルト: ` {} `
@@ -43,7 +43,7 @@ VueTestUtils.config.mocks['$store'] = {
4343}
4444```
4545
46- #### methods`
46+ #### ` methods `
4747
4848- 型: ` Object `
4949- デフォルト: ` {} `
@@ -60,7 +60,7 @@ VueTestUtils.config.methods['errors'] = () => {
6060}
6161```
6262
63- #### provide`
63+ #### ` provide `
6464
6565- 型: ` Object `
6666- デフォルト: ` {} `
@@ -79,7 +79,7 @@ VueTestUtils.config.provide['$logger'] = {
7979}
8080```
8181
82- #### logModifiedComponents`
82+ #### ` logModifiedComponents `
8383
8484- 型: ` Boolean `
8585- デフォルト: ` true `
You can’t perform that action at this time.
0 commit comments