added karma runner + first test

This commit is contained in:
jdescottes
2014-07-23 19:42:08 +02:00
parent 1b99a22c1d
commit 05e8f9adac
5 changed files with 88 additions and 6 deletions

View File

@@ -14,7 +14,9 @@
"start": "nodewebkit"
},
"devDependencies": {
"dateformat": "1.0.8-1.2.3",
"grunt": "~0.4.5",
"grunt-closure-tools": "~0.9.7",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.5.0",
@@ -22,14 +24,15 @@
"grunt-contrib-uglify": "0.5.0",
"grunt-contrib-watch": "0.6.1",
"grunt-express": "1.4.1",
"grunt-replace": "0.7.8",
"grunt-ghost": "1.1.0",
"grunt-open": "0.2.3",
"grunt-leading-indent": "0.1.0",
"grunt-closure-tools": "~0.9.7",
"grunt-node-webkit-builder": "0.1.21",
"nodewebkit": "~0.9.2-8",
"dateformat" : "1.0.8-1.2.3"
"grunt-open": "0.2.3",
"grunt-replace": "0.7.8",
"karma": "0.12.17",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"nodewebkit": "~0.9.2-8"
},
"window": {
"title": "Piskel",