Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gutenye/jest-css
- Owner: gutenye
- Created: 2017-03-15T04:41:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T04:48:03.000Z (almost 8 years ago)
- Last Synced: 2024-12-14T18:43:41.095Z (19 days ago)
- Topics: jest, jest-transform
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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