diff --git a/README.md b/README.md index eb9a2c2..ca0bb62 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is very dynamic and is being updated often. Please, send your feedback. | Dynamic Loading | Big projects are split among several pieces of js for the sake of modularization. No all of them should be loaded at the same time. | [require] (http://requirejs.org/), [curl.js] (https://github.com/cujojs/curl), [amd.js API](https://github.com/amdjs), [async.js](https://github.com/caolan/async/) | | Javascript Preprocessor | The way you organize code in development time is different the way you publish your code. Need to do some processing in your javascript files before using them. | [browserify] (http://browserify.org/), [webpack] (http://webpack.github.io/) | | Test Runner | Execute and visualize test results | [karma] (http://karma-runner.github.io/0.12/index.html), [saucelabs] (https://saucelabs.com/) | -| Test Framework | Write tests | [jasmine] (http://jasmine.github.io/), [mocha] (http://visionmedia.github.io/mocha/), [qunit] (http://qunitjs.com/) | +| Test Framework | Write tests | [jasmine] (http://jasmine.github.io/), [mocha] (http://mochajs.org/), [qunit] (http://qunitjs.com/) | | Test End to End | Write tests for the whole application flow | [protractor](https://github.com/angular/protractor), [casperjs] (http://casperjs.org/), [nightwatch.js](http://nightwatchjs.org/), [watir webdriver](http://watirwebdriver.com/javascript-dialogs/) | | Test Support | Support tests and helpers | [phantomjs] (http://phantomjs.org/), [zombie.js] (http://zombie.labnotes.org/), [sinon] (http://sinonjs.org/), [chai](http://chaijs.com/) | | Application | Applications on web are getting complex, need for frameworks that support app development. | [angular] (https://angularjs.org/), [backbone] (http://backbonejs.org/), [ember] (http://emberjs.com/), [knockout] (http://knockoutjs.com/), [react](http://facebook.github.io/react/), [google closure](https://developers.google.com/closure/) |