UNPKG

funcunit

Version:
19 lines (14 loc) 244 B
module.exports = function(grunt){ grunt.initConfig({ testee: { options: { browsers: ["firefox"] }, all: [ "test/systemjs.html" ] } }); grunt.loadNpmTasks("testee"); grunt.registerTask("test", ["testee:all"]); };