https://github.com/jayantasamaddar/icons-jest-test
Testing React SVG Components with Jest
https://github.com/jayantasamaddar/icons-jest-test
css-in-js emotionjs jest react react-svg serializers storybook svg-icons testing typescript
Last synced: 2 months ago
JSON representation
Testing React SVG Components with Jest
- Host: GitHub
- URL: https://github.com/jayantasamaddar/icons-jest-test
- Owner: jayantasamaddar
- Created: 2022-10-14T18:49:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T23:30:12.000Z (over 3 years ago)
- Last Synced: 2025-02-28T04:12:13.763Z (over 1 year ago)
- Topics: css-in-js, emotionjs, jest, react, react-svg, serializers, storybook, svg-icons, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Table of Contents
- [Table of Contents](#table-of-contents)
- [About](#about)
---
# About
This repository is a basic setup using **React**, **Storybook**, **Emotion.js** and **Jest** and **React SVG** Icon Components. Usually, it is a lot of trouble setting something like this up, to get Storybook, Emotion and Jest to play well together.
---