@betterer/betterer
Advanced tools
Comparing version 5.2.2 to 5.2.4
@@ -6,2 +6,18 @@ # Change Log | ||
## [5.2.4](https://github.com/phenomnomnominal/betterer/compare/v5.2.3...v5.2.4) (2022-04-13) | ||
**Note:** Version bump only for package @betterer/betterer | ||
## [5.2.3](https://github.com/phenomnomnominal/betterer/compare/v5.2.2...v5.2.3) (2022-04-13) | ||
**Note:** Version bump only for package @betterer/betterer | ||
## [5.2.2](https://github.com/phenomnomnominal/betterer/compare/v5.2.1...v5.2.2) (2022-04-13) | ||
@@ -8,0 +24,0 @@ |
@@ -100,3 +100,4 @@ "use strict"; | ||
const existingFilePaths = Object.keys(testCache); | ||
const cacheFilePaths = Array.from(new Set([...existingFilePaths, ...filePaths])); | ||
const cacheFilePaths = Array.from(new Set([...existingFilePaths, ...filePaths])).sort(); | ||
const updatedCache = {}; | ||
cacheFilePaths.forEach((filePath) => { | ||
@@ -107,7 +108,7 @@ const hash = this._fileHashMap[filePath]; | ||
if (hash === null) { | ||
delete testCache[filePath]; | ||
return; | ||
} | ||
testCache[filePath] = hash; | ||
updatedCache[filePath] = hash; | ||
}); | ||
this._memoryCacheMap[testName] = updatedCache; | ||
} | ||
@@ -114,0 +115,0 @@ setHashes(newHashes) { |
{ | ||
"name": "@betterer/betterer", | ||
"description": "Main engine for runing betterer tests", | ||
"version": "5.2.2", | ||
"version": "5.2.4", | ||
"license": "MIT", | ||
@@ -34,3 +34,3 @@ "publishConfig": { | ||
"@betterer/logger": "^5.2.0", | ||
"@betterer/reporter": "^5.2.2", | ||
"@betterer/reporter": "^5.2.4", | ||
"@phenomnomnominal/debug": "^0.2.5", | ||
@@ -54,3 +54,3 @@ "@phenomnomnominal/worker-require": "^0.0.34", | ||
}, | ||
"gitHead": "86ceb2f71549982767b43626f650d1610dae633f" | ||
"gitHead": "71054380489d8211d22a721b33a65cfb0bb47b4b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
442127
5685
Updated@betterer/reporter@^5.2.4