Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 444 Bytes

README.rst

File metadata and controls

25 lines (18 loc) · 444 Bytes

jquerymobile

POC of compatibility of jquerymobile and karma

Installation

$ npm install -g requirejs
$ npm install -g karma
$ npm install -g karma-qunit
$ npm install karma-safari-launcher --save-dev
$ npm install karma-opera-launcher --save-dev
$ npm install karma-ie-launcher --save-dev
$ npm install karma-phantomjs-launcher --save-dev

Running Tests

$ cd src/
$ karma start