Skip to content

Few practical tests for JavaScript functions using the Jest library. Following the AAA pattern to make sure tests easier for other developers to read and understand. TDD approach in practice.

Notifications You must be signed in to change notification settings

Yazino12/testing-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing javascript functions practice

Few practical tests for JavaScript functions using the Jest library. Following the AAA pattern to make sure tests easier for other developers to read and understand. TDD approach in practice.

Built With

  • Javascript

Getting Started

To get a local copy up and running follow these setup steps.

Setup

  • Open terminal and clone the project: git clone https://github.com/Yazino12/testing-practice.git
  • cd into the directory testing-practice

Prerequisites

  • You need to have node.js installed in your system

Install

  • On your terminal run : npm i
  • In case you run into any errors please raise an issue.

Usage

  • To run tests: npm run test

Live

Authors

👤 Yasin

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • This was not possible without the help of Microverse.

📝 License

This project is MIT licensed.

About

Few practical tests for JavaScript functions using the Jest library. Following the AAA pattern to make sure tests easier for other developers to read and understand. TDD approach in practice.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published