Skip to content

Commit e034746

Browse files
authored
Add lint & browser coverage steps to README (#185)
* Add lint & browser coverage info to Readme * Incorporate review comment in PR#185
1 parent 2f22fe7 commit e034746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ To build/test the project locally on your computer:
126126
4. __Run the tests__<br>
127127
`npm test`
128128

129-
129+
5. __Check the code coverage__<br>
130+
`npm run coverage`
130131

131132
License
132133
--------------------------

0 commit comments

Comments
 (0)