Skip to content
Snippets Groups Projects
Commit 502b26ec authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

run unit tests as part of grunt build and ci

parent b3db6974
Branches
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks( 'grunt-zip' );
// Default task
grunt.registerTask( 'default', [ 'jshint', 'cssmin', 'uglify' ] );
grunt.registerTask( 'default', [ 'jshint', 'cssmin', 'uglify', 'qunit' ] );
// Theme task
grunt.registerTask( 'themes', [ 'sass' ] );
......
......@@ -5,7 +5,7 @@
"homepage": "http://lab.hakim.se/reveal-js",
"subdomain": "revealjs",
"scripts": {
"test": "grunt jshint",
"test": "grunt jshint qunit",
"start": ""
},
"author": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment