Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 803 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 803 Bytes

Ski and Lift!

Original author: Hannah Hudson
skiing dinos

Installation Steps

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.

Running the Tests

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 ski-lift/test/Skier-test.js. To run other tests, just replace the test file name.

Make the tests pass in the following sequence:

  • test/Skier-test.js
  • test/Lift-test.js