/recharts-jest

Adapting Recharts to use Jest's testing library. Let's standardize this thing.

Primary LanguageJavaScript

N|Solid

Background

I originally made this repo just to solve a build issue with Recharts. An Enzyme test was failing, so I went about fixing it. The test was checking an outdated area in the library, so I wanted to replace it with a Jest test. So now we have what we have today.

By modernizing the testing framework, we can make Recharts less error prone.