Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/horprogs/jest-cra-svg-transform

Transformation svg for Jest
https://github.com/horprogs/jest-cra-svg-transform

Last synced: about 1 month ago
JSON representation

Transformation svg for Jest

Awesome Lists containing this project

README

        

# jest-cra-svg-transform
Transformation svg for Jest

## Using

Add this in your jest config file:

```
transform: {
'\\.svg$': 'jest-cra-svg-transform',
}
```