Skip to content

Commit

Permalink
docs(readme): add info on dtslint & how to view coverage in browser
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Jul 3, 2019
1 parent 73237dd commit 8128cd8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -223,10 +223,19 @@ Run tests with coverage:
$ npm run test:coverage
```

View coverage in browser:

```sh
$ npm run test:coverage
$ npm run test:coverage:report
$ open coverage/index.html
```

Lint files:

```sh
$ npm run lint
$ npm run dtslint
```

Fix lint errors:
Expand Down

0 comments on commit 8128cd8

Please sign in to comment.