Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit e6cd18a

Browse files
Adding test section in readme
1 parent 17bd89c commit e6cd18a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ $ yarn install
106106
$ yarn dev
107107
```
108108

109+
### Tests
110+
111+
[Jest](https://jestjs.io/) and [Puppeteer](https://github.com/puppeteer/puppeteer) are responsible to test this component:
112+
```bash
113+
$ yarn test
114+
```
115+
109116
### Linter
110117
[Prettier](https://prettier.io/) and [ESLint](https://eslint.org/) are responsible to lint and format this component:
111118
```bash

0 commit comments

Comments
 (0)