Update README.md

This commit is contained in:
Alec Maier
2020-05-03 06:16:29 -04:00
committed by GitHub
parent bc7b817974
commit 3df170fbf0

View File

@@ -38,7 +38,7 @@ Run `node server.js` from the root directory, navigate to **localhost:5000**
# Testing/Debugging
Use `npm run test` to run unit tests using <a href='https://jasmine.github.io/'>Jasmine</a> (test coverage is currently being expanded)
Use `npm run test` to run unit tests using <a href='https://jasmine.github.io/'>Jasmine</a> (test coverage is barebones and is currently being expanded)
<br><br>
To turn on logging at the debug level, add the `debug` argument like so: