jest-schema-matcher
Advanced tools
Comparing version 1.1.1 to 1.1.2
declare global { | ||
namespace NodeJS { | ||
interface Global { | ||
TEST_DATA: { | ||
SHOULD_UPDATE_SCHEMAS: boolean; | ||
}; | ||
TEST_DATA: Record<string, any>; | ||
} | ||
@@ -8,0 +6,0 @@ } |
{ | ||
"name": "jest-schema-matcher", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
13633
171