mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-13 01:03:28 +00:00
add initial karma configuration and test spec
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"scripts": {
|
||||
"prepublish": "bower install",
|
||||
"start": "gulp",
|
||||
"build": "gulp build"
|
||||
"build": "gulp build",
|
||||
"test": "karma start test/karma.conf.js"
|
||||
},
|
||||
"keywords": [
|
||||
"gulp",
|
||||
@@ -35,7 +36,11 @@
|
||||
"vinyl-source-stream": "~0.1.1",
|
||||
"coffeeify": "~0.6.0",
|
||||
"gulp": "~3.6.0",
|
||||
"watchify": "~0.6.3"
|
||||
"watchify": "~0.6.3",
|
||||
"karma": "~0.12.21",
|
||||
"karma-jasmine": "~0.1.5",
|
||||
"karma-chrome-launcher": "~0.1.4",
|
||||
"karma-coffee-preprocessor": "~0.2.1"
|
||||
},
|
||||
"browser": {},
|
||||
"browserify-shim": {},
|
||||
|
||||
Reference in New Issue
Block a user