1 /*global config:true, task:true*/
2 module.exports = function( grunt ) {
5 pkg: '<json:package.json>',
7 // TODO include 'test/logs.html' as well
8 files: ['test/index.html']
11 qunit: 'qunit/qunit.js',
13 // TODO need to figure out which warnings to fix and which to disable
55 grunt.registerTask('default', 'lint qunit');