Testing JavaScript code with Jest
This project is created to practice Test Driven Development(TDD) in JavaScript using Jest(JS Testing Framework). Also making use of Babel and Webpack in this project 🌌 Feel free to reach me at Twitter 👋
- Jest
- Babel Loader
- Webpack
Run Dev Server (Port 5500)
```
npm install
```
```
npm test
```
-
The Odin Project
-
YouTube
-
Jest
-
Others
calculator works with 2 numbers for now.
caesarCipher works for letters a-z, A-Z, converts it to lowercase, ignores punctuation and numbers.
analyzeArray is divided into helper functions that return values like average, min, max, length. Values from these helper functions are used in the returnedObject method to return an Object and we run our tests against the Object returned by this method. It is assumed that inputArray contains only numbers.
“Keep your eyes on the stars, and your feet on the ground.”
— Theodore Roosevelt
🌃 🌏 🪲
