Skip to content

Commit 9530c53

Browse files
- Switched the Karma reporter to "verbose" for debugging purposes
- Added an `npm start` command
1 parent 5a175aa commit 9530c53

File tree

5 files changed

+187
-181
lines changed

5 files changed

+187
-181
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ To build/test the project locally on your computer:
150150
`npm run karma` (test in web browsers)<br>
151151
`npm test` (test in Node and browsers, and report code coverage)
152152

153+
5. __Start the local web server__<br>
154+
`npm start` (then browse to [http://localhost:8080/tests/index.html](http://bigstickcarpet.com/json-schema-ref-parser/tests/index.html))
155+
153156

154157
License
155158
--------------------------

0 commit comments

Comments
 (0)