PAMapp/node_modules/ts-jest/dist/utils/sha1.js
@@ -16,7 +16,7 @@ return exports.cache[cacheKey]; } } var hash = crypto_1.createHash('sha1'); var hash = (0, crypto_1.createHash)('sha1'); data.forEach(function (item) { if (typeof item === 'string') hash.update(item, 'utf8');