Skip to content

Commit bd02557

Browse files
committed
docs: add examples to README
1 parent b418554 commit bd02557

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ To define jest-vue as a transformer for your .vue code, map .vue files to the ba
1919
".*\\.(vue)$": "<rootDir>/node_modules/jest-vue"
2020
},
2121
```
22+
23+
## Examples
24+
25+
Example repositories testing Vue components with jest and jest-vue:
26+
27+
- [Avoriaz with Jest](https://github.com/eddyerburgh/avoriaz-jest-example)
28+
- [Vue Test Utils with Jest](https://github.com/eddyerburgh/vue-test-utils-jest-example)

0 commit comments

Comments
 (0)