Comparing version 3.4.2 to 3.4.3
@@ -48,3 +48,3 @@ import assert from 'assert'; | ||
.update(opts.seed) | ||
.update(key) | ||
.update(opts.reseed === true ? 'null' : key) | ||
.update(String(executionCounts[key])) | ||
@@ -51,0 +51,0 @@ .digest(); |
{ | ||
"name": "node-tdd", | ||
"type": "module", | ||
"version": "3.4.2", | ||
"version": "3.4.3", | ||
"description": "Drop in extension for mocha to abstract commonly used test setups", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
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
44276