Comparing version 0.2.23 to 0.2.24
@@ -149,3 +149,3 @@ "use strict"; | ||
} | ||
if (!Array.isArray(!swcTransformOpts.jsc.experimental.plugins)) { | ||
if (!Array.isArray(swcTransformOpts.jsc.experimental.plugins)) { | ||
swcTransformOpts.jsc.experimental.plugins = []; | ||
@@ -152,0 +152,0 @@ } |
{ | ||
"name": "@swc/jest", | ||
"version": "0.2.23", | ||
"version": "0.2.24", | ||
"description": "swc integration for jest", | ||
@@ -5,0 +5,0 @@ "main": "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
12217