Skip to content

Commit f6792b7

Browse files
committed
feat: update readme.md
1 parent 462624e commit f6792b7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,16 @@ $ npm run start:prod
110110

111111
## Run tests
112112

113+
Make sure you change the email for testing in **should be return 201 when request is valid and success register** at **user.spec.ts**
114+
113115
```bash
114-
# unit tests
116+
# unit tests (empty record in db)
115117
$ npm run test
118+
119+
# have record in db (run partial)
120+
$ npm run test -- user.spec.ts
121+
$ npm run test -- contact.spec.ts
122+
$ npm run test -- address.spec.ts
116123
```
117124

118125
## Another way to Run

0 commit comments

Comments
 (0)