Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 832 Bytes

File metadata and controls

24 lines (20 loc) · 832 Bytes

JS-Iteration-Over-Objects-Part3

Instructions

Running The Tests

  • Install all the requirements:
    1. Navigate to the project root (you'll find a file called package.json there).
    2. Install the requirements with the following command:
        npm install
    3. Run the tests
        npm test
    4. This command will run the testing file and test your code to make sure it has all the required features.
    5. You know you're done when your code passes all the tests!
    6. Go to the Actions tab and make sure to enable the github actions!