This is a project that demonstrates unit testing in JavaScript using the Trybe framework.
The project utilizes the following technologies:
- JavaScript
- Jest
Before you begin, ensure that you meet the following requirements:
- Have a modern web browser that supports JavaScript.
Follow these steps to set up and run the project locally:
- Clone the repository:
- Navigate to the project directory:
- Open the `index.html` file in a web browser to view the test results.
git clone https://github.com/BrunoSouza88/JS_Unit-tests_Trybe.git
cd JS_Unit-tests_Trybe
The project demonstrates various unit tests implemented using the Trybe framework (Jest). It includes test cases for different JavaScript functions and scenarios.
Contributions are what make the open-source community a fantastic place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project.
- Create a branch for your feature (
git checkout -b feature/AmazingFeature
). - Commit your changes (
git commit -m 'Add some amazing feature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a Pull Request.
This project is licensed under the MIT License.
Bruno Souza - bmsouza88@gmail.com
Project Link: https://github.com/BrunoSouza88/JS_Unit-tests_Trybe