diff --git a/index.js b/index.js index 1d85c4e..ff63eeb 100644 --- a/index.js +++ b/index.js @@ -62,6 +62,9 @@ module.exports = exports = function mockGulpDest (gulpOrVinylFs) { return file.relative !== path.normalize(filePath); }), 'Expected `' + info.base + '` to not contain `' + filePath + '`'); }); + }, + reset: function reset () { + cache = []; } }; };