Skip to content

Commit

Permalink
Automate qunit tests into grunt process
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Feb 12, 2013
1 parent 458f8c7 commit df6dd98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,12 @@ module.exports = function(grunt) {
},
globals: {}
},
qunit: {
all: ['qunitjs/*html']
},
uglify: {}
});

// Default task.
grunt.registerTask('default', 'concat:dist lint min concat:post concat:post_min' );
grunt.registerTask('default', 'concat:dist lint min concat:post concat:post_min qunit' );
};

0 comments on commit df6dd98

Please sign in to comment.