Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gutenye/jest-file
file transfrom for jest
https://github.com/gutenye/jest-file
jest jest-transform
Last synced: 11 days ago
JSON representation
file transfrom for jest
- Host: GitHub
- URL: https://github.com/gutenye/jest-file
- Owner: gutenye
- Created: 2017-03-15T04:46:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T04:48:52.000Z (almost 8 years ago)
- Last Synced: 2024-04-29T04:04:25.059Z (8 months ago)
- Topics: jest, jest-transform
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jest-file, file tranfrom for jest
=============================# Usage
```
$ yarn add --dev jest-file# package.json
{
"jest": {
"transform": {
"^(?!.*\\.(js|css|json)$)": "jest-file"
}
}
}
```# Related Projects
- [jest-css](https://github.com/gutenye/jest-css): css transform for jest