|
7 | 7 |
|
8 | 8 | <hr />
|
9 | 9 |
|
10 |
| -[](https://travis-ci.org/dfcook/vue-testing-library) |
11 |
| -[](https://coveralls.io/github/dfcook/vue-testing-library?branch=master) |
12 |
| -[](https://badge.fury.io/gh/dfcook%2Fvue-testing-library) |
| 10 | +[](https://travis-ci.org/testing-library/vue-testing-library) |
| 11 | +[](https://coveralls.io/github/testing-library/vue-testing-library?branch=master) |
| 12 | +[](https://badge.fury.io/gh/testing-library%2Fvue-testing-library) |
13 | 13 |
|
14 | 14 | [](https://badge.fury.io/js/vue-testing-library)
|
15 |
| -[](https://img.shields.io/github/license/dfcook/vue-testing-library) |
| 15 | +[](https://img.shields.io/github/license/testing-library/vue-testing-library) |
16 | 16 |
|
17 | 17 | ## This library
|
18 | 18 |
|
@@ -133,17 +133,17 @@ around the
|
133 | 133 | [`wait-for-expect`](https://github.com/TheBrainFamily/wait-for-expect) module.
|
134 | 134 |
|
135 | 135 | Waiting can be very important in Vue components, @vue/test-utils has succeeded in making the majority of updates happen
|
136 |
| -synchronously however there are occasions when wait will allow the DOM to update. For example, see [`here`](https://github.com/dfcook/vue-testing-library/tree/master/tests/__tests__/validate-plugin.js) |
| 136 | +synchronously however there are occasions when wait will allow the DOM to update. For example, see [`here`](https://github.com/testing-library/vue-testing-library/tree/master/tests/__tests__/validate-plugin.js) |
137 | 137 |
|
138 | 138 | ## Examples
|
139 | 139 |
|
140 | 140 | You'll find examples of testing with different libraries in
|
141 |
| -[the test directory](https://github.com/dfcook/vue-testing-library/tree/master/tests/__tests__). |
| 141 | +[the test directory](https://github.com/testing-library/vue-testing-library/tree/master/tests/__tests__). |
142 | 142 | Some included are:
|
143 | 143 |
|
144 |
| -* [`vuex`](https://github.com/dfcook/vue-testing-library/tree/master/tests/__tests__/vuex.js) |
145 |
| -* [`vue-router`](https://github.com/dfcook/vue-testing-library/tree/master/tests/__tests__/vue-router.js) |
146 |
| -* [`vee-validate`](https://github.com/dfcook/vue-testing-library/tree/master/tests/__tests__/validate-plugin.js) |
| 144 | +* [`vuex`](https://github.com/testing-library/vue-testing-library/tree/master/tests/__tests__/vuex.js) |
| 145 | +* [`vue-router`](https://github.com/testing-library/vue-testing-library/tree/master/tests/__tests__/vue-router.js) |
| 146 | +* [`vee-validate`](https://github.com/testing-library/vue-testing-library/tree/master/tests/__tests__/validate-plugin.js) |
147 | 147 |
|
148 | 148 | Feel free to contribute more!
|
149 | 149 |
|
|
159 | 159 | [](https://github.com/samdelacruz)
|
160 | 160 | [](https://github.com/ankitsinghaniyaz)
|
161 | 161 | [](https://github.com/lindgr3n)
|
162 |
| -[](https://github.com/kentcdodds) |
| 162 | +[](https://github.com/kentcdodds) |
0 commit comments