Updated karma to 0.9

Tests are now cross-platform and runs in local phantomJS instead of in
chrome, remember to run npm install to upgrade
This commit is contained in:
Per Ploug
2013-06-26 15:46:36 +02:00
parent 7a89cf1ffd
commit d2273ee8ce
4 changed files with 120 additions and 17 deletions

View File

@@ -22,18 +22,26 @@
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.0",
"phantomjs": "~1.9.1-0",
"grunt-recess": "~0.3",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-testacular": "~0.3.0",
"grunt-html2js": "~0.1.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-markdown": "~0.2.0",
"grunt-open": "~0.2.0",
"grunt-contrib-connect": "~0.3.0"
"grunt-contrib-connect": "~0.3.0",
"grunt-karma": "~0.5",
"karma-chrome-launcher": "0.0.2",
"karma-script-launcher": "0.0.1",
"karma-firefox-launcher": "0.0.2",
"karma-jasmine": "0.0.1",
"karma-requirejs": "0.0.1",
"karma-coffee-preprocessor": "0.0.1",
"karma": "~0.9",
"karma-phantomjs-launcher": "0.0.2"
}
}