Press n or j to go to the next uncovered block, b, p or k for the previous block.
let globalId = 0; // assigns a unique id to each error module.exports = function() { globalId += 1; return globalId; };