|
2 | 2 |
|
3 | 3 | `vue-test-utils` is the official unit testing utility library for Vue.js. |
4 | 4 |
|
| 5 | +## Table of Contents |
| 6 | + |
5 | 7 | * [Guides](guides/README.md) |
6 | 8 | * [Getting Started](guides/getting-started.md) |
7 | 9 | * [Common Tips](guides/common-tips.md) |
8 | | - * [Mouse, Key and other DOM Events](guides/dom-events.md) |
| 10 | + * [Mouse, Key and other DOM Events](guides/dom-events.md) |
9 | 11 | * [Choosing a test runner](guides/choosing-a-test-runner.md) |
10 | 12 | * [Testing SFCs with Jest](guides/testing-SFCs-with-jest.md) |
11 | 13 | * [Testing SFCs with Mocha + webpack](guides/testing-SFCs-with-mocha-webpack.md) |
|
46 | 48 | * [text](api/wrapper/text.md) |
47 | 49 | * [trigger](api/wrapper/trigger.md) |
48 | 50 | * [update](api/wrapper/update.md) |
| 51 | + * [destroy](api/wrapper/destroy.md) |
49 | 52 | * [WrapperArray](api/wrapper-array/README.md) |
50 | 53 | * [at](api/wrapper-array/at.md) |
51 | 54 | * [contains](api/wrapper-array/contains.md) |
|
62 | 65 | * [setProps](api/wrapper-array/setProps.md) |
63 | 66 | * [trigger](api/wrapper-array/trigger.md) |
64 | 67 | * [update](api/wrapper-array/update.md) |
| 68 | + * [destroy](api/wrapper-array/destroy.md) |
| 69 | + * [components](api/components/README.md) |
| 70 | + * [TransitionStub](api/components/TransitionStub.md) |
| 71 | + * [TransitionGroupStub](api/components/TransitionGroupStub.md) |
65 | 72 | * [Selectors](api/selectors.md) |
66 | 73 | * [createLocalVue](api/createLocalVue.md) |
0 commit comments