Skip to content

Commit 7d15076

Browse files
committed
docs(readme): add command to test a single file
1 parent a1c0f36 commit 7d15076

39 files changed

+7
-8520
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ node_modules
22
# Keep environment variables out of version control
33
.env
44
dist
5-
converage/lcov-report
5+
coverage/lcov-report
66
badges
77
templates.json

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ $ yarn start
2626
# watch mode
2727
$ yarn start:dev
2828

29+
# debug mode
30+
$ yarn start:debug
31+
2932
# production mode
3033
$ yarn start:prod
3134
```
@@ -41,6 +44,9 @@ $ yarn test:e2e
4144

4245
# test coverage
4346
$ yarn test:cov
47+
48+
# test a single file
49+
$ yarn run test:watch ./src/user/sms/gupshup/gupshup.service.spec.ts
4450
```
4551

4652
## Stay in touch

coverage/.DS_Store

6 KB
Binary file not shown.

coverage/lcov-report/base.css

Lines changed: 0 additions & 224 deletions
This file was deleted.

coverage/lcov-report/block-navigation.js

Lines changed: 0 additions & 79 deletions
This file was deleted.

coverage/lcov-report/favicon.png

-540 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)