diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-07-28 18:46:59 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-07-28 18:46:59 -0400 |
commit | a3db17941e6f0b1d999c5fea123d185dff511d51 (patch) | |
tree | 04388829a1bdac021d50236490fcfe44fdad632b /Gruntfile.js | |
parent | c6197ff62289f117ccb4c8d11a20f2be6c06b573 (diff) | |
download | jQuery-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.js | 9 |
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: { |