Skip to content

Commit

Permalink
package.json: add karma, jasmine, phantomejs
Browse files Browse the repository at this point in the history
firts step to add unit test to example
  • Loading branch information
simobasso committed Dec 15, 2015
1 parent 20e54c8 commit 7f719a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "0.10.1",
"grunt-jscs": "2.3.0",
"grunt-jsonlint": "1.0.6"
"grunt-jsonlint": "1.0.6",
"grunt-karma": "^0.12.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.15",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.19"
},
"scripts": {
"test": "grunt --verbose",
Expand Down

0 comments on commit 7f719a1

Please sign in to comment.