babel-react-test-id-plugin

0.0.1 • Public • Published

Installation

npm install --save-dev @condenast/babel-react-test-id-plugin

Usage

babel-plugin

Add babel-react-test-id-plugin to the plugin list in .babelrc for your client code. For example:

{
  presets: ['react'],
  env: {
    test: {
      plugins: [
        ' @condenast/babel-react-test-id-plugin/babel',
      ],
    },
  },
}

Readme

Keywords

none

Package Sidebar

Install

npm i babel-react-test-id-plugin

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

22.4 kB

Total Files

16

Last publish

Collaborators

  • cnid_engineering