1 2 3 4 5 6 7 8 9 10 11
module.exports = function(grunt) { grunt.initConfig({ qunit: { all: [ 'test/all_tests.html' ] } }); grunt.loadNpmTasks('grunt-contrib-qunit'); };