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: 6 months ago
JSON representation

file transfrom for jest

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