Skip to content

Commit e914d9e

Browse files
committed
Update readme
1 parent 4f5fb39 commit e914d9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ A simple portfolio starter theme built with React and Tailwind CSS. This is the
1414
- [Tailwind CSS v3](https://tailwindcss.com)
1515
- Context API For State Management
1616
- Custom Hooks
17+
- Unit Testing
1718
- Framer Motion transitions & animations
1819
- Reusable components
1920
- Dark mode
@@ -68,6 +69,12 @@ npm install --global yarn
6869
yarn start
6970
```
7071

72+
6. ##### Run tests:
73+
74+
```
75+
yarn test
76+
```
77+
7178
## Notes
7279

7380
- Always run `yarn install` after pulling new changes

0 commit comments

Comments
 (0)