You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Song Zheng edited this page Jan 7, 2022
·
2 revisions
Introduction
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.