/Testing-practice

We are using Jest to test for some JavaScript methods

Primary LanguageJavaScript

Welcome to Testing in JavaScript 👋


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.

Built With

  • JavaScript (ES6)
  • npm
  • webpack
  • jest

Usage

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

Author

👤 Damilola Ale

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

  1. Fork it (https://github.com/damiecode/Testing-practice/fork)
  2. Create your working branch (git checkout -b [choose-a-name])
  3. Commit your changes (git commit -am 'what this commit will fix/add/improve')
  4. Push to the branch (git push origin [chosen-name])
  5. Create a new Pull Request

Show your support

Give a ⭐️ if you like this project!