Skip to content

Bateyjosue/Testing-practice

Repository files navigation

Testing practice

In this exercise, I will write a few practical tests for JavaScript functions using the Jest library.

Built With

  • Javascript
  • npm
  • ES6
  • Jest Library

Project List

  • Task 1: stringLength(string) function

  • Task 2: reverseStrings(string) function

  • Task 3: class Calculator object

  • Task 4: capitalize(string) function, Usage of TDD

Setup

  1. Clone the repository: git clone https://github.com/Bateyjosue/Testing-practice.git

Note: Make sure you have nodejs installed and npm as wel. then, run 2. npm install to install the dependencies

  1. After install project dependencies you can now run the following command nmp test or npm run test to run the tests.

Authors

👤 Josh Batey

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

About

Testing-practice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published