@betterer/betterer
Advanced tools
Comparing version 5.2.1 to 5.2.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [5.2.2](https://github.com/phenomnomnominal/betterer/compare/v5.2.1...v5.2.2) (2022-04-13) | ||
**Note:** Version bump only for package @betterer/betterer | ||
## [5.2.1](https://github.com/phenomnomnominal/betterer/compare/v5.2.0...v5.2.1) (2022-04-12) | ||
@@ -8,0 +16,0 @@ |
@@ -99,3 +99,5 @@ "use strict"; | ||
const testCache = this._memoryCacheMap[testName]; | ||
filePaths.forEach((filePath) => { | ||
const existingFilePaths = Object.keys(testCache); | ||
const cacheFilePaths = Array.from(new Set([...existingFilePaths, ...filePaths])); | ||
cacheFilePaths.forEach((filePath) => { | ||
const hash = this._fileHashMap[filePath]; | ||
@@ -105,2 +107,3 @@ // If hash is null, then the file isn't tracked by version control *and* it can't be read, | ||
if (hash === null) { | ||
delete testCache[filePath]; | ||
return; | ||
@@ -107,0 +110,0 @@ } |
{ | ||
"name": "@betterer/betterer", | ||
"description": "Main engine for runing betterer tests", | ||
"version": "5.2.1", | ||
"version": "5.2.2", | ||
"license": "MIT", | ||
@@ -34,3 +34,3 @@ "publishConfig": { | ||
"@betterer/logger": "^5.2.0", | ||
"@betterer/reporter": "^5.2.1", | ||
"@betterer/reporter": "^5.2.2", | ||
"@phenomnomnominal/debug": "^0.2.5", | ||
@@ -54,3 +54,3 @@ "@phenomnomnominal/worker-require": "^0.0.34", | ||
}, | ||
"gitHead": "7fdfaf4ed46b3324199dda640795b62362029eb3" | ||
"gitHead": "86ceb2f71549982767b43626f650d1610dae633f" | ||
} |
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
441694
5684
Updated@betterer/reporter@^5.2.2