summaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-07-28 18:46:59 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-07-28 18:46:59 -0400
commita3db17941e6f0b1d999c5fea123d185dff511d51 (patch)
tree04388829a1bdac021d50236490fcfe44fdad632b /Gruntfile.js
parentc6197ff62289f117ccb4c8d11a20f2be6c06b573 (diff)
downloadjQuery-Timepicker-Addon-a3db17941e6f0b1d999c5fea123d185dff511d51.zip
jQuery-Timepicker-Addon-a3db17941e6f0b1d999c5fea123d185dff511d51.tar.gz
jQuery-Timepicker-Addon-a3db17941e6f0b1d999c5fea123d185dff511d51.tar.bz2
Gets jasmine running
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 2b5afa1..b184310 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -65,7 +65,14 @@ module.exports = function(grunt) {
},
},
jasmine: {
- files: ['test/**/*.html']
+ src: 'src/<%= pkg.name %>.js',
+ options: {
+ specs: 'test/*_spec.js',
+ vendor: [
+ 'http://code.jquery.com/jquery-1.10.1.min.js',
+ 'http://code.jquery.com/ui/1.10.3/jquery-ui.min.js'
+ ]
+ }
},
jshint: {
gruntfile: {