@stylable/jest
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@stylable/jest", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Test your Stylable React components using Jest", | ||
@@ -15,3 +15,3 @@ "main": "cjs/index.js", | ||
"@stylable/core": "^2.1.0", | ||
"@stylable/module-utils": "^2.1.0", | ||
"@stylable/module-utils": "^2.2.0", | ||
"@stylable/runtime": "^2.1.0" | ||
@@ -33,3 +33,3 @@ }, | ||
"license": "BSD-3-Clause", | ||
"gitHead": "64960865befc97447931d6b5cd76ee940c18aa51" | ||
"gitHead": "d8cf4d9920f6da560f7d8ecc035ff5083232a4fa" | ||
} |
@@ -0,0 +0,0 @@ # @stylable/jest |
@@ -0,0 +0,0 @@ import { processFactory } from './jest'; |
export * from './jest'; |
@@ -0,0 +0,0 @@ import { StylableConfig } from '@stylable/core'; |
Sorry, the diff of this file is not supported yet
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
7665