just-test-it icon indicating copy to clipboard operation
just-test-it copied to clipboard

Demo project for BackboneJS, Backbone.Controller and Karma + Mocha + Chai + SinonJS for unittesting

Just Test It

Demo project with Backbone.Controller and Karma + Mocha + Chai + SinonJS + RequireJS unittesting.

How to start

  1. npm start to start server. It servers http://localhost:8080/

  2. Uncomment sinon.js mocks in modules/books/main.js to test website

  3. Comment sinon.js mocks to write unittests