UNPKG

jest-css

Version:
23 lines (16 loc) 308 B
jest-css, css tranfrom for jest ============================= # Usage ``` $ yarn add --dev jest-css # package.json { "jest": { "transform": { "\\.css$": "jest-css" } } } ``` # Related Projects - [jest-file](https://github.com/gutenye/jest-file): file transform for jest