-
Notifications
You must be signed in to change notification settings - Fork 70
Codebase Components
Song Zheng edited this page Jan 7, 2022
·
2 revisions
This page documents how the repo was setup initially and the fundamental changes made to it over time. Readers would be able to understand how the codebase was setup.
- Storybook - Pull request that sets up storybook for the repository to document our UIs.
- Jest for typescript - Pull request that sets up our testing suite using jest and typescript. Typescript is necessary because even though tests are written in JS, the components are imported in typescript.