jest-preset-kyt-styled

1.4.12 • Public • Published

jest-preset-kyt-styled

Jest preset for Stylelint-ing files in CSS-in-JS projects. Internally, uses these packages from the styled-components project:

Installation

$ yarn add --dev jest jest-preset-kyt-styled

// or

$ npm i --save-dev --save-exact jest jest-preset-kyt-styled

Setup

In your local Jest config - for instance, jest.config.js:

module.exports = {
  preset: 'jest-preset-kyt-styled',
  // By default, looks for files named `styled.js` in `src` (NYT convention)
  // change this value to match your project files that contain CSS-in-JS
  testMatch: ['<rootDir>/src/**/**/styled.js'],
};

Readme

Keywords

none

Package Sidebar

Install

npm i jest-preset-kyt-styled

Weekly Downloads

8,137

Version

1.4.12

License

Apache-2.0

Unpacked Size

11.2 kB

Total Files

9

Last publish

Collaborators

  • fesebuv
  • btwood
  • delambo
  • caiogondim
  • wonderboymusic