Arcaster42 / rhymus

An open-source rhyming game project designed for new developers and first-time contributors.
https://rhymus-one.vercel.app
MIT License
12 stars 15 forks source link

resolved spec.html errors so the tests pass & added in test to confirm random puzzle order #48

Closed dhuang612 closed 4 years ago

dhuang612 commented 4 years ago

added in an additional test for puzzle order updated the file to puzzles-spec and updated the package.json file to allow for multiple test files. (I'm going to separate out the tests so they're each their own file as a next step)

reviewed the webspec.js file and found all the tests failing. fixed tests:

Screen Shot 2019-10-31 at 5 47 41 PM

Added in an additional test for the getTimerString function Please let me know if anything else needs to be changed