Sets up gulp task for test

This commit is contained in:
2016-02-11 14:25:08 +01:00
parent f291e0f215
commit 15974168f5
3 changed files with 53 additions and 0 deletions

View File

@@ -6,7 +6,9 @@
"bower": "^1.7.7",
"gulp": "^3.9.1",
"gulp-jasmine": "^2.2.1",
"gulp-karma": "0.0.5",
"gulp-load-plugins": "^1.2.0",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
@@ -17,6 +19,7 @@
},
"scripts": {
"postinstall": "bower install",
"test": "gulp test"
},
"repository": {
"type": "git",