From bc7b8179741e7fec5d0f7a0e473497aeb47c7d26 Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Sun, 3 May 2020 06:14:23 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 71acb43..866075e 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,14 @@ Run `npm install` from the root directory. Run `node server.js` from the root directory, navigate to **localhost:5000** +# Testing/Debugging + +Use `npm run test` to run unit tests using Jasmine (test coverage is currently being expanded) +

+To turn on logging at the debug level, add the `debug` argument like so: + +`node server.js -- debug` + # Contributing Contributions of any kind are welcome. Simply open an issue or pull request and I can respond accordingly.