dhuang612
dhuang612
### Description of the Change resolves #792 created a bar that starts out as green when the tests start. Then if one of the tests fails bar will turn red...
used ava and enzyme to write some unit tests
I reviewed the test errors that were happening ``` TypeError: Cannot read property '$handleCallbackError' of undefined ``` with this being the error. I found that some of the tests had...
`function localtunnel { lt -s YOUR_SUBDOMAIN --port 5000 } until localtunnel; do echo "localtunnel server crashed" sleep 2 done` This line should be changed from this: ` lt -s YOUR_SUBDOMAIN...