To get started with this project, follow these steps:
-
Change Directory to 01-js: Navigate to the
01-js
directory in the project using the terminal/command line.cd 01-js
-
Install Dependencies: Install the necessary dependencies using npm.
npm install
-
Run Tests: Execute test cases by using Jest and providing the test case name.
npx jest ./tests/<testcasename.js>
Make sure to replace <testcasename.js>
with the actual name of the test case file you want to execute.
This repository contains various test cases located in the tests
directory. Feel free to explore these test cases to enhance your JavaScript skills.
This project is licensed under the MIT License.