Browse Source

run unit tests as part of grunt build and ci

Hakim El Hattab 10 years ago
parent
commit
502b26ecf0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Gruntfile.js
  2. 1 1
      package.json

+ 1 - 1
Gruntfile.js

@@ -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' ] );

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "homepage": "http://lab.hakim.se/reveal-js",
   "subdomain": "revealjs",
   "scripts": {
-    "test": "grunt jshint",
+    "test": "grunt jshint qunit",
     "start": ""
   },
   "author": {