@stylable/jest
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -5,4 +5,4 @@ "use strict"; | ||
exports.process = jest_1.processFactory({}, { | ||
runtimePath: require.resolve('@stylable/runtime/cjs/index-legacy') | ||
runtimePath: require.resolve('@stylable/runtime/cjs/index-legacy'), | ||
}); | ||
//# sourceMappingURL=index-legacy.js.map |
@@ -14,3 +14,3 @@ "use strict"; | ||
projectRoot: '', | ||
...stylableConfig | ||
...stylableConfig, | ||
}, | ||
@@ -17,0 +17,0 @@ // ensure the generated module points to our own @stylable/runtime copy |
{ | ||
"name": "@stylable/jest", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Test your Stylable React components using Jest", | ||
@@ -14,5 +14,5 @@ "main": "cjs/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^3.4.0", | ||
"@stylable/module-utils": "^3.4.0", | ||
"@stylable/runtime": "^3.4.0" | ||
"@stylable/core": "^3.4.1", | ||
"@stylable/module-utils": "^3.4.1", | ||
"@stylable/runtime": "^3.4.1" | ||
}, | ||
@@ -32,3 +32,3 @@ "files": [ | ||
"license": "BSD-3-Clause", | ||
"gitHead": "af5fcd5514c9364e8fdd6fda29585ae4ea1b27e1" | ||
"gitHead": "396407607f59f09f3f07826b6028a6274371db45" | ||
} |
@@ -6,4 +6,4 @@ import { processFactory } from './jest'; | ||
{ | ||
runtimePath: require.resolve('@stylable/runtime/cjs/index-legacy') | ||
runtimePath: require.resolve('@stylable/runtime/cjs/index-legacy'), | ||
} | ||
); |
@@ -16,3 +16,3 @@ import { StylableConfig } from '@stylable/core'; | ||
projectRoot: '', | ||
...stylableConfig | ||
...stylableConfig, | ||
}, | ||
@@ -19,0 +19,0 @@ // ensure the generated module points to our own @stylable/runtime copy |
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
8497
Updated@stylable/core@^3.4.1
Updated@stylable/runtime@^3.4.1