jest-css
v1.0.1
Published
css transfrom for jest
Downloads
221
Readme
jest-css, css tranfrom for jest
Usage
$ yarn add --dev jest-css
# package.json
{
"jest": {
"transform": {
"\\.css$": "jest-css"
}
}
}
Related Projects
- jest-file: file transform for jest