jest-zone-patch
Advanced tools
Comparing version
@@ -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", |
6058
0.3%