jest-circus
Advanced tools
Comparing version 29.6.1 to 29.6.2
@@ -192,4 +192,5 @@ 'use strict'; | ||
try { | ||
const promise = testNameStorage.run((0, _utils.getTestID)(test), () => | ||
mutex(test.fn) | ||
const testFn = test.fn; | ||
const promise = mutex(() => | ||
testNameStorage.run((0, _utils.getTestID)(test), testFn) | ||
); | ||
@@ -196,0 +197,0 @@ // Avoid triggering the uncaught promise rejection handler in case the |
{ | ||
"name": "jest-circus", | ||
"version": "29.6.1", | ||
"version": "29.6.2", | ||
"repository": { | ||
@@ -21,5 +21,5 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/environment": "^29.6.1", | ||
"@jest/expect": "^29.6.1", | ||
"@jest/test-result": "^29.6.1", | ||
"@jest/environment": "^29.6.2", | ||
"@jest/expect": "^29.6.2", | ||
"@jest/test-result": "^29.6.2", | ||
"@jest/types": "^29.6.1", | ||
@@ -29,12 +29,12 @@ "@types/node": "*", | ||
"co": "^4.6.0", | ||
"dedent": "^0.7.0", | ||
"dedent": "^1.0.0", | ||
"is-generator-fn": "^2.0.0", | ||
"jest-each": "^29.6.1", | ||
"jest-matcher-utils": "^29.6.1", | ||
"jest-message-util": "^29.6.1", | ||
"jest-runtime": "^29.6.1", | ||
"jest-snapshot": "^29.6.1", | ||
"jest-util": "^29.6.1", | ||
"jest-each": "^29.6.2", | ||
"jest-matcher-utils": "^29.6.2", | ||
"jest-message-util": "^29.6.2", | ||
"jest-runtime": "^29.6.2", | ||
"jest-snapshot": "^29.6.2", | ||
"jest-util": "^29.6.2", | ||
"p-limit": "^3.1.0", | ||
"pretty-format": "^29.6.1", | ||
"pretty-format": "^29.6.2", | ||
"pure-rand": "^6.0.0", | ||
@@ -48,3 +48,2 @@ "slash": "^3.0.0", | ||
"@types/co": "^4.6.2", | ||
"@types/dedent": "^0.7.0", | ||
"@types/graceful-fs": "^4.1.3", | ||
@@ -62,3 +61,3 @@ "@types/stack-utils": "^2.0.0", | ||
}, | ||
"gitHead": "1f019afdcdfc54a6664908bb45f343db4e3d0848" | ||
"gitHead": "0fd5b1c37555f485c56a6ad2d6b010a72204f9f6" | ||
} |
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
8
2168
71947
+ Addeddedent@1.5.3(transitive)
- Removeddedent@0.7.0(transitive)
Updated@jest/environment@^29.6.2
Updated@jest/expect@^29.6.2
Updated@jest/test-result@^29.6.2
Updateddedent@^1.0.0
Updatedjest-each@^29.6.2
Updatedjest-matcher-utils@^29.6.2
Updatedjest-message-util@^29.6.2
Updatedjest-runtime@^29.6.2
Updatedjest-snapshot@^29.6.2
Updatedjest-util@^29.6.2
Updatedpretty-format@^29.6.2