https://github.com/gutenye/jest-file
file transfrom for jest
https://github.com/gutenye/jest-file
jest jest-transform
Last synced: 6 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T04:48:52.000Z (almost 9 years ago)
- Last Synced: 2025-05-15T01:19:24.132Z (7 months ago)
- Topics: jest, jest-transform
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 3
- Watchers: 2
- 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