Karma with jasmine, requirejs, jquery basic project setup
This project is a simple setup of
- Karma http://karma-runner.github.io/0.13/index.html
- Jasmine http://jasmine.github.io/
- Jasmine-JQuery https://github.com/velesin/jasmine-jquery
- RequireJS http://requirejs.org/
From Jasmine-JQuery there are fixtures setup.
- git checkout https://github.com/pitrew/karma-jasmine-requirejs-jquery.git
- cd karma-jasmine-requirejs-jquery
- npm install -g karma
- npm install
- karma start