| 1 | module.exports = function(grunt) { |
| 2 | const Helpers = require('../helpers')(grunt); |
| 3 | grunt.registerTask('schema-defaults', 'Manufactures the course.json _globals defaults', function() { |
| 4 | const framework = Helpers.getFramework({ useOutputData: true }); |
nothing calls this directly
no test coverage detected