This gist is a guide for incorporating the testing library Jest into a Vite app using React and Typescript. Shout out to Manny for solving the labyrinth that is Vite + TypeScript + Jest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .bd-callout { | |
| padding: 1.25rem; | |
| margin-top: 1.25rem; | |
| margin-bottom: 1.25rem; | |
| border: 1px solid #eee; | |
| border-left-width: .25rem; | |
| border-radius: .25rem | |
| } | |
| .bd-callout h4 { |