Skip to content

Commit

Permalink
Removed glob from test config to handle bug in grunt-contrib-jasmine
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAter committed Apr 6, 2016
1 parent 2b7749d commit 94fec0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -73,7 +73,7 @@ module.exports = function(grunt) {
browserAMD: {
src: ['annyang.js'],
options: {
specs: 'test/spec/*Spec.js',
specs: 'test/spec/BasicSpec.js',
outfile: 'test/SpecRunner.html',
vendor: ['test/vendor/corti.js', 'test/init_corti.js'],
keepRunner: true,
Expand Down

0 comments on commit 94fec0b

Please sign in to comment.