Socket
Book a DemoInstallSign in
Socket

babel-plugin-process-stylename

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-process-stylename

Push styleName into className to avoid unit testing errors.

latest
Source
npmnpm
Version
0.0.11
Version published
Maintainers
1
Created
Source

babel-plugin-remove-stylename

Don't care about CSS modules in your tests? Sick of React warnings? Ignore styleName props in your tests the brute force way: by removing them with the transpiler!

Install

npm install babel-plugin-remove-stylename --save-dev

or

yarn add babel-plugin-remove-stylename --dev

Use

In your Babel config (shown here as a package.json property):

  "babel": {
    "env": {
      "test": {
        "plugins": [
          [ "remove-stylename" ]
        ]
      }
    }
  }

Obviously, your test runner will need to be configured to use Babel. Note that Jest agressively caches transpiled code, and might need to be run with a --no-cache for you to see the change after installing the plugin.

Keywords

babel

FAQs

Package last updated on 08 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts