|
1 | 1 | # vue-test-utils
|
2 | 2 |
|
3 |
| -vue-test-utilsはVue.jsの公式テストライブラリです。 Vueコンポーネントの単体テスト方法を提供します。 |
| 3 | +`vue-test-utils`はVue.jsの公式テストライブラリです。 Vueコンポーネントの単体テスト方法を提供します。 |
4 | 4 |
|
5 |
| -[概要](SUMMARY.md) |
| 5 | +* [Guides](guides/README.md) |
| 6 | + * [Getting Started](guides/getting-started.md) |
| 7 | + * [Common Tips](guides/common-tips.md) |
| 8 | + * [Choosing a test runner](guides/choosing-a-test-runner.md) |
| 9 | + * [Testing SFCs with Jest](guides/testing-SFCs-with-jest.md) |
| 10 | + * [Testing SFCs with Mocha + webpack](guides/testing-SFCs-with-mocha-webpack.md) |
| 11 | + * [Using with Vuex](guides/using-with-vuex.md) |
| 12 | +* [API](api/README.md) |
| 13 | + * [createLocalVue](api/createLocalVue.md) |
| 14 | + * [mount](api/mount.md) |
| 15 | + * [shallow](api/shallow.md) |
| 16 | + * [Mounting Options](api/options.md) |
| 17 | + * [Wrapper](api/wrapper/README.md) |
| 18 | + * [contains](api/wrapper/contains.md) |
| 19 | + * [find](api/wrapper/find.md) |
| 20 | + * [hasAttribute](api/wrapper/hasAttribute.md) |
| 21 | + * [hasClass](api/wrapper/hasClass.md) |
| 22 | + * [hasProp](api/wrapper/hasProp.md) |
| 23 | + * [hasStyle](api/wrapper/hasStyle.md) |
| 24 | + * [html](api/wrapper/html.md) |
| 25 | + * [is](api/wrapper/is.md) |
| 26 | + * [isEmpty](api/wrapper/isEmpty.md) |
| 27 | + * [isVueInstance](api/wrapper/isVueInstance.md) |
| 28 | + * [name](api/wrapper/name.md) |
| 29 | + * [update](api/wrapper/update.md) |
| 30 | + * [setData](api/wrapper/setData.md) |
| 31 | + * [setProps](api/wrapper/setProps.md) |
| 32 | + * [text](api/wrapper/text.md) |
| 33 | + * [trigger](api/wrapper/trigger.md) |
| 34 | + * [WrapperArray](api/wrapper-array/README.md) |
| 35 | + * [at](api/wrapper-array/at.md) |
| 36 | + * [contains](api/wrapper-array/contains.md) |
| 37 | + * [hasAttribute](api/wrapper-array/hasAttribute.md) |
| 38 | + * [hasClass](api/wrapper-array/hasClass.md) |
| 39 | + * [hasProp](api/wrapper-array/hasProp.md) |
| 40 | + * [hasStyle](api/wrapper-array/hasStyle.md) |
| 41 | + * [is](api/wrapper-array/is.md) |
| 42 | + * [isEmpty](api/wrapper-array/isEmpty.md) |
| 43 | + * [isVueInstance](api/wrapper-array/isVueInstance.md) |
| 44 | + * [update](api/wrapper-array/update.md) |
| 45 | + * [setData](api/wrapper-array/setData.md) |
| 46 | + * [setProps](api/wrapper-array/setProps.md) |
| 47 | + * [trigger](api/wrapper-array/trigger.md) |
| 48 | + * [Selectors](api/selectors.md) |
0 commit comments