jkranz-rk / RecordTypePicker

This project is an open-source free-to-use component that can be used in Screen Flows to give users selectable choices of Record Types for a given Object with Record Types that automatically only shows Record Types that are available to the running user.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Add Jest tests for automated UI testing #15

Open jkranz-rk opened 2 years ago

jkranz-rk commented 2 years ago

There are currently no automated UI tests, would be helpful to have some as more features are added

jkranz-rk commented 2 years ago

I'm not super familiar with writing Jest tests. I could use this as an opportunity to dig in on that, but would also appreciate anyone who would like to lend their hand at this!