Skip to content

Commit

Permalink
feat: Added unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
eliyas5044 committed Nov 6, 2023
1 parent 7679b56 commit 26d4071
Show file tree
Hide file tree
Showing 14 changed files with 1,621 additions and 1,096 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ npm run dev
npm run build
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
npm run test:unit
```

### Lint with [ESLint](https://eslint.org/)

```sh
Expand Down
Loading

0 comments on commit 26d4071

Please sign in to comment.