Comparing version 13.2.0 to 13.2.1
@@ -266,2 +266,3 @@ 'use strict' | ||
if (fixture && fixtureExists(fixture)) { | ||
/* istanbul ignore next - fs.unlinkSync is for node 10 support */ | ||
fs.rmSync ? fs.rmSync(fixture) : fs.unlinkSync(fixture) | ||
@@ -268,0 +269,0 @@ } |
@@ -550,3 +550,3 @@ 'use strict' | ||
* | ||
* Performs a general recursive strict comparision with two caveats: | ||
* Performs a general recursive strict comparison with two caveats: | ||
* - The expected data can use regexp to compare values | ||
@@ -553,0 +553,0 @@ * - JSON path notation and nested objects are considered equal |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "13.2.0", | ||
"version": "13.2.1", | ||
"author": "Pedro Teixeira <pedro.teixeira@gmail.com>", | ||
@@ -13,0 +13,0 @@ "repository": { |
@@ -243,3 +243,3 @@ // TypeScript Version: 3.5 | ||
type BackMode = 'wild' | 'dryrun' | 'record' | 'lockdown' | ||
type BackMode = 'wild' | 'dryrun' | 'record' | 'update' | 'lockdown' | ||
@@ -246,0 +246,0 @@ interface Back { |
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
178641
3482