We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73237dd commit 8128cd8Copy full SHA for 8128cd8
README.md
@@ -223,10 +223,19 @@ Run tests with coverage:
223
$ npm run test:coverage
224
```
225
226
+View coverage in browser:
227
+
228
+```sh
229
+$ npm run test:coverage
230
+$ npm run test:coverage:report
231
+$ open coverage/index.html
232
+```
233
234
Lint files:
235
236
```sh
237
$ npm run lint
238
+$ npm run dtslint
239
240
241
Fix lint errors:
0 commit comments