Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/horprogs/jest-cra-svg-transform
- Owner: horprogs
- License: mit
- Created: 2020-08-11T13:20:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T14:41:30.000Z (over 2 years ago)
- Last Synced: 2024-08-10T09:32:54.552Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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',
}
```