| 1 | module.exports = function(grunt) { |
| 2 | const Helpers = require('../helpers')(grunt); |
| 3 | grunt.registerTask('tracking-remove', 'Removes all tracking IDs', function() { |
| 4 | const data = Helpers.getFramework().getData(); |
nothing calls this directly
no test coverage detected