Skip to content

Commit

Permalink
feat: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hafizcode02 committed Nov 21, 2024
1 parent 462624e commit f6792b7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,16 @@ $ npm run start:prod

## Run tests

Make sure you change the email for testing in **should be return 201 when request is valid and success register** at **user.spec.ts**

```bash
# unit tests
# unit tests (empty record in db)
$ npm run test

# have record in db (run partial)
$ npm run test -- user.spec.ts
$ npm run test -- contact.spec.ts
$ npm run test -- address.spec.ts
```

## Another way to Run
Expand Down

0 comments on commit f6792b7

Please sign in to comment.