| 1 | module.exports = function(grunt) { |
| 2 | const Helpers = require('../helpers')(grunt); |
| 3 | grunt.registerTask('tracking-insert', 'Adds any missing tracking IDs (starting at the highest existing ID)', function() { |
| 4 | const data = Helpers.getFramework().getData(); |
nothing calls this directly
no test coverage detected