Skip to content

Commit 47a9df8

Browse files
committed
Testing frameworks and utilities. Lo Dash added also.
1 parent 356e722 commit 47a9df8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,10 @@
609609
+ [Given when then](https://github.com/cucumber/cucumber/wiki/Given-When-Then)
610610
+ [Jasmine](http://pivotal.github.io/jasmine/) - JavaScript BDD testing framework with Rspec-like syntax
611611
+ [PhantomCSS](https://github.com/Huddle/PhantomCSS) - for automating visual regression testing of website styling to support refactoring of CSS
612+
+ [Karma](http://karma-runner.github.io/) - Spectacular Test Runner for JavaScript
613+
+ [Chai Assertion Library](http://chaijs.com/) - Chai is a BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework.
614+
+ [Sinon.JS](http://sinonjs.org/) - Standalone test spies, stubs and mocks for JavaScript.
615+
+ [sinon-chai](https://github.com/domenic/sinon-chai) - Extends Chai with assertions for the Sinon.JS mocking framework.
612616
+ Template Engines
613617
+ [ICanHaz.js](http://icanhazjs.com/)
614618
+ [Hogan.js](http://twitter.github.com/hogan.js/)
@@ -905,3 +909,4 @@
905909
+ [Aware.js](http://xoxco.com/projects/code/aware/) is a simple jQuery plugin that allows a site to customize and personalize the display of content based on a reader's behavior without requiring login, authentication, or any server-side processing.
906910
+ [How to directly upload files to Amazon S3 from your client side web app](http://codeartists.com/post/36892733572/how-to-directly-upload-files-to-amazon-s3-from-your)
907911
+ [jIO](https://www.j-io.org/) is a client-side JavaScript library to manage documents across multiple storages.
912+
+ [Lo-Dash](http://lodash.com/) - A low-level utility library delivering consistency, customization, performance, and extra features.

0 commit comments

Comments
 (0)