Add jasmine-core to run unit tests
This commit is contained in:
parent
7c79493f2a
commit
2942cc142e
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ module.exports = function (config) {
|
|||
'bower_components/angular-resource/angular-resource.js',
|
||||
'bower_components/jquery-ui/jquery-ui.js',
|
||||
'bower_components/jplayer/dist/jplayer/jquery.jplayer.js',
|
||||
'bower_components/jquery-mousewheel/jquery.mousewheel.js',
|
||||
'bower_components/fancybox/source/jquery.fancybox.js',
|
||||
'bower_components/notify.js/notify.js',
|
||||
'bower_components/jquery.scrollTo/jquery.scrollTo.js',
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
"grunt-svg-sprite": "^1.1.2",
|
||||
"grunt-usemin": "^3.0.0",
|
||||
"grunt-wiredep": "^2.0.0",
|
||||
"jasmine-core": "^2.6.1",
|
||||
"jit-grunt": "^0.9.1",
|
||||
"karma": "^0.12.32",
|
||||
"karma-chrome-launcher": "^0.1.12",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue