Skip to content

Commit 7e027c7

Browse files
author
Dimi Navrotskyy
committed
Merge pull request #108 from caiovaccaro/master
Utilities and test frameworks added.
2 parents 5814e62 + 47a9df8 commit 7e027c7

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
@@ -615,6 +615,10 @@
615615
+ [Given when then](https://github.com/cucumber/cucumber/wiki/Given-When-Then)
616616
+ [Jasmine](http://pivotal.github.io/jasmine/) - JavaScript BDD testing framework with Rspec-like syntax
617617
+ [PhantomCSS](https://github.com/Huddle/PhantomCSS) - for automating visual regression testing of website styling to support refactoring of CSS
618+
+ [Karma](http://karma-runner.github.io/) - Spectacular Test Runner for JavaScript
619+
+ [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.
620+
+ [Sinon.JS](http://sinonjs.org/) - Standalone test spies, stubs and mocks for JavaScript.
621+
+ [sinon-chai](https://github.com/domenic/sinon-chai) - Extends Chai with assertions for the Sinon.JS mocking framework.
618622
+ Template Engines
619623
+ [ICanHaz.js](http://icanhazjs.com/)
620624
+ [Hogan.js](http://twitter.github.com/hogan.js/)
@@ -912,3 +916,4 @@
912916
+ [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.
913917
+ [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)
914918
+ [jIO](https://www.j-io.org/) is a client-side JavaScript library to manage documents across multiple storages.
919+
+ [Lo-Dash](http://lodash.com/) - A low-level utility library delivering consistency, customization, performance, and extra features.

0 commit comments

Comments
 (0)