In order to be able to run these tests you need to install the dependencies at the root level of this repository. Find the directions at the root-level of this repository.
You can run the tests from the root of this repository. When you type pwd in the console, the last path location should be javascript-foundations.
Run the command npm test mythical-creatures/test/unicorn-test.js. To run other tests, just replace the creature name.
Here is a video that walks through the setup and first mythical creature. Please note that parts of this video may be outdated.
-
unicorn -
dragon -
vampire -
hobbit -
pirate -
magician -
medusa -
werewolf -
centaur -
direwolf -
fairy -
ogre -
sphinx
Start by making a new test file in the test directory and write all of the tests. Then, add in a file in the exercises directory and write the code necessary to pass all of the tests you wrote. Send your new creature to your instructors - We may add it into the official test suite!