Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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