File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ test('properly handles v-model', async () => {
100100## More examples  
101101
102102You'll find examples of testing with different libraries in
103- [ the test directory] ( https://github.com/testing-library/vue-testing-library/tree/master/tests /__tests__ ) .
103+ [ the test directory] ( https://github.com/testing-library/vue-testing-library/tree/master/src /__tests__ ) .
104104
105105Some included are:
106106
107- -  [ ` vuex ` ] ( https://github.com/testing-library/vue-testing-library/blob/master/tests /__tests__/vuex.js ) 
108- -  [ ` vue-router ` ] ( https://github.com/testing-library/vue-testing-library/tree/master/tests /__tests__/vue-router.js ) 
109- -  [ ` vee-validate ` ] ( https://github.com/testing-library/vue-testing-library/tree/master/tests /__tests__/validate-plugin.js ) 
107+ -  [ ` vuex ` ] ( https://github.com/testing-library/vue-testing-library/blob/master/src /__tests__/vuex.js ) 
108+ -  [ ` vue-router ` ] ( https://github.com/testing-library/vue-testing-library/tree/master/src /__tests__/vue-router.js ) 
109+ -  [ ` vee-validate ` ] ( https://github.com/testing-library/vue-testing-library/tree/master/src /__tests__/validate-plugin.js ) 
                         You can’t perform that action at this time. 
           
                  
0 commit comments