Skip to content

Commit

Permalink
Add jest to README
Browse files Browse the repository at this point in the history
  • Loading branch information
vczb committed Aug 21, 2022
1 parent a96bc68 commit 0109c4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ You can contribute to this project by opening an issue or creating a pull reques
- [Storybook](https://storybook.js.org/)
- [Eslint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Jest](https://jestjs.io/)

## Available commands

Expand All @@ -59,6 +60,7 @@ You can contribute to this project by opening an issue or creating a pull reques
- `prettier:check`: check formatting on all `src` directory
- `prettier:format`: formats all `src` directory
- `generate <Component name>`: create a component boilerplate
- `test`: test all components

## Project structure

Expand All @@ -77,6 +79,7 @@ You can contribute to this project by opening an issue or creating a pull reques
| | ├── index.tsx
| | ├── stories.tsx
| | └── styles.ts
| | └── test.tsx
├── styles
| ├── global.ts
| ├── theme.ts
Expand Down

0 comments on commit 0109c4f

Please sign in to comment.