A practical demonstration implementation of a test driven development in javascript The project is part of a series of projects to be completed by students of Microverse.
- Javascript
- jest
Clone the repository to your local machine
$ git clone https://github.com/macBright/js-testing.gitcd into the directory
$ cd js-testinggit clone https://github.com/macBright/js-testing
cd js-testing
npm install
npm run test
Boakye Addo Forison && Bright Okike
- Fork it (https://github.com/macBright/js-testing/fork)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -am 'What this commit will fix/add')
- Push to the branch (git push origin feature/[chosen name])
- Create a new Pull Request