This project is part of a series of projects to be completed by students of Microverse.
In this project we adapted Test-driven development (TDD) to implement a few basic functionalities including: basic binary operations, string reversal, basic array analysis and the age-old caesar cipher.
The full project requirements can be found here.
- JavaScript (ES6)
- npm
- webpack
- jest
Clone the repository to your local machine
$ git clone https://github.com/damiecode/Testing-practice.git
cd into the directory, install dependencies, build and start
$ cd Testing-practice
$ npm install
$ npm run test
All the tests should be green
👤 Damilola Ale
- Github: @damiecode
- Twitter: @iamlildamski
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
- Fork it (https://github.com/damiecode/Testing-practice/fork)
- Create your working branch (git checkout -b [choose-a-name])
- Commit your changes (git commit -am 'what this commit will fix/add/improve')
- Push to the branch (git push origin [chosen-name])
- Create a new Pull Request
Give a ⭐️ if you like this project!