ClickHouse / click-ui

The home of the ClickHouse design system and component library.

Home Page:https://click-ui.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reusable test utils

gjones opened this issue · comments

Summary

We're seeing patterns emerge amongst our testing, specifically for components that take in a text string. We should create our test utils and create our own render method that already does this. This will dry all tests on all components.

See #63 (comment) for more context.