, "git clone", "npm install", "grunt test", ! , :
jasmine: {
test:{
src :[
'<%= watch.files %>'
],
options: {
vendor: ['node_modules/jasmine-ajax/lib/mock-ajax.js',
'node_modules/jquery/dist/jquery.js',
'node_modules/jasmine-jquery/lib/jasmine-jquery.js',
'node_modules/handlebars/dist/handlebars.js',
],
specs : ['spec/helpers/*.js',
'spec/**/*spec.js'],
helpers : ['spec/helpers/*.js'],
timeout : 10000,
keepRunner: true
}
},