1 /*global config:true, task:true*/
3 pkg: '<json:package.json>',
5 // TODO include 'test/logs.html' as well
6 files: ['test/index.html']
9 qunit: 'qunit/qunit.js',
11 // TODO need to figure out which warnings to fix and which to disable
53 task.registerTask('default', 'lint qunit');