We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f035c2 commit 1cacc51Copy full SHA for 1cacc51
package.json
@@ -11,7 +11,9 @@
11
"grunt-contrib-concat": "~0.3.0",
12
"grunt-contrib-uglify": "~0.2.4",
13
"grunt-contrib-jshint": "~0.6.4",
14
- "grunt-contrib-sass": "~0.5.0"
+ "grunt-contrib-sass": "~0.5.0",
15
+ "karma-jasmine": "~0.1.3",
16
+ "karma-chrome-launcher": "~0.1.0"
17
},
18
"scripts": {
19
"test": "./node_modules/.bin/karma start ionic.conf.js --single-run --browsers Firefox"
0 commit comments