Skip to content

Commit

Permalink
Add Vuejs series testing with Jest (#4648)
Browse files Browse the repository at this point in the history
* Add Vuejs series testing with Jest

* Update TestingFrameworks.md
  • Loading branch information
alexjoverm authored and cpojer committed Oct 10, 2017
1 parent a4f0bf2 commit 3d9e4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/TestingFrameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Although Jest may be considered a React-specific test runner, in fact it is a un

## Vue.js

* [Testing Vue.js components with Jest](https://alexjoverm.github.io/series/Unit-Testing-Vue-js-Components-with-the-Official-Vue-Testing-Tools-and-Jest/) by Alex Jover Morales ([@alexjoverm](https://twitter.com/alexjoverm))
* [Jest for all: Episode 1 — Vue.js](https://medium.com/@kentaromiura_the_js_guy/jest-for-all-episode-1-vue-js-d616bccbe186#.d573vrce2) by Cristian Carlesso ([@kentaromiura](https://twitter.com/kentaromiura))

## AngularJS
Expand Down

0 comments on commit 3d9e4bb

Please sign in to comment.