This project is part of a series of projects to be completed by students of Microverse.
The Testing_JS project comes at the end of the testing section of the Javascript course. It helps understand how to test javascript with Jest.
- JavaScript (ES6/ES2015).
- ES6 Modules.
- ESlint.
- Jest.
- JavaScript import/export modules.
To get a local copy up and running follow these simple example steps.
- Git.
- Code editor.
- Code linter.
-
Open the terminal.
-
Enter
git clone https://github.com/othman-19/Testing_JS
. -
Navigate to the cloned repository.
-
In the terminal cd into Testing_JS.
-
run
npm install
in terminal. -
to test functions run
npm test
.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc