Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gutenye/jest-css

css transfrom for jest
https://github.com/gutenye/jest-css

jest jest-transform

Last synced: 11 days ago
JSON representation

css transfrom for jest

Awesome Lists containing this project

README

        

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