This project comes from the testing practice part of the Odin project curriculum.
This project involves using the Jest testing framework to write tests for a couple of basic functions. It is a practice project to test five functions which include:
- capitalize(string) function
- reverseString(string) function
- calculator factory function
- ceasarCipher function
- Array Analysis function
- JEST
- ESLINT
- Download or clone this repo here
- Run
npm installto install project dependency if you have npm pre-installed. - Run
npm run testto run tests.
This project was built with these techologies:
- JAVASCRIPT
- BABEL
- HTML
- CSS3
- JEST
Michgolden Ukeje
- Github: @mikenath223
- Twitter: @Michgolden_Nath
- Linkedin: Ukeje Michgolden
Alejandro Andres
- Github: @alexawesomecode
- Twitter: @alexcode0
- Linkedin: Alejandro Andres
This project is licensed under the MIT License - see the LICENSE.md file for details
