🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

jest-zone-patch

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-zone-patch - npm Package Compare versions

Comparing version

to
0.0.10

@@ -39,3 +39,3 @@ /**

function wrapDescribeInZone(describeBody) {
return () => syncZone.run(describeBody, null, arguments);
return function () { return syncZone.run(describeBody, null, arguments); }
}

@@ -42,0 +42,0 @@

{
"name": "jest-zone-patch",
"version": "0.0.9",
"version": "0.0.10",
"description": "Enables Jest functions to be run within Zone.js context",

@@ -5,0 +5,0 @@ "main": "index.js",