From b048e68e9ce7588c2a1a3c4ec574eb37d8ae138f Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Sat, 12 Jul 2014 11:11:27 -0400 Subject: [PATCH] Added Facebook's Jest testing framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5efb1a..e4788e0 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources * [zombie](https://github.com/assaf/zombie) - Insanely fast, full-stack, headless browser testing using node.js. * [totoro](https://github.com/totorojs/totoro) - A simple and stable cross-browser testing tool. * [karma](https://github.com/karma-runner/karma) - Spectacular Test Runner for JavaScript. +* [jest](http://facebook.github.io/jest/) - Painless Javascript Unit Testing ## Templating Engines