Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stylable/jest

Package Overview
Dependencies
Maintainers
5
Versions
226
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylable/jest - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

8

package.json
{
"name": "@stylable/jest",
"version": "0.1.7",
"version": "0.1.8",
"description": "Test your Stylable React components using Jest",
"main": "dist/jest.js",

@@ -13,4 +14,3 @@ "types": "dist/jest.d.ts",

"dependencies": {
"@stylable/node": "^0.1.7",
"node-eval": "^2.0.0"
"@stylable/node": "^0.1.9"
},

@@ -29,3 +29,3 @@ "files": [

"license": "BSD-3-Clause",
"gitHead": "5dbe803f24fc6f14273ef678d0fa581a15d48469"
"gitHead": "1d8950a51e77383751ecc10d9b75375a8f0817b9"
}

@@ -5,10 +5,10 @@ # @stylable/jest

`@stylable/jest` is a simple integration that allows testing your **Stylable** React components using [Jest](https://jestjs.io/).
`@stylable/jest` is a simple integration that allows testing your Stylable React components using [Jest](https://jestjs.io/).
## Installation
This package is still a work-in-progress within the **Stylable** mono-repo. Once it matures, further details will be added here.
This package is still a work-in-progress within the Stylable mono-repo. Once it matures, further details will be added here.
## Usage
Use the `process` utility imported from `@stylable/jest` to configure your Jest setup to support **Stylable** stylesheets, turning them into resolvable modules.
Use the `process` utility imported from `@stylable/jest` to configure your Jest setup to support Stylable stylesheets, turning them into resolvable modules.

@@ -15,0 +15,0 @@ > Note: Jest should also be configured to ignore `.st.css` files in its transformations.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc