https://github.com/horprogs/jest-cra-svg-transform
Transformation svg for Jest
https://github.com/horprogs/jest-cra-svg-transform
Last synced: 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T14:41:30.000Z (over 2 years ago)
- Last Synced: 2025-01-20T23:18:17.471Z (4 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',
}
```