Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 769 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 769 Bytes

JS-Objects

Instructions

  • Fork and clone this repository to your Development folder.
    • git clone git@github.com:<your_username>/JS-Objects.git

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!