aaronzshey / react-hexgrid

Build interactive hexagon grids with React
https://main--66a5393443e58f4dc4f0ca6b.chromatic.com/
MIT License
1 stars 0 forks source link

Migrate away from react-test-renderer #16

Closed aaronzshey closed 3 months ago

aaronzshey commented 3 months ago

The following files currently still use react-test-renderer:

HexGrid.test.tsx Layout.test.tsx Path.test.tsx Pattern.test.tsx

All of these need to be migrated to @testing-library/react

aaronzshey commented 3 months ago

17