https://github.com/dansantander/testing-practice
This is a Javascript project for unit testing using Jest.
https://github.com/dansantander/testing-practice
Last synced: 3 months ago
JSON representation
This is a Javascript project for unit testing using Jest.
- Host: GitHub
- URL: https://github.com/dansantander/testing-practice
- Owner: dansantander
- Created: 2020-08-20T20:08:43.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2020-08-22T22:11:34.000Z (over 4 years ago)
- Last Synced: 2024-12-26T18:14:44.826Z (4 months ago)
- Language: JavaScript
- Size: 213 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javascript Testing Practice
JavaScript project to learn how to use JEST and create test cases for functions.

## Table of Contents
* [Features](#features)
* [Live Demo](#demo)
* [Installation](#installation)
* [Built With](#built-with)
* [Contributing](#contributing)
* [Acknowledgments](#acknowledgments)
* [Authors](#author)
* [License](#license)## Features
- Function to capitalize a string.
- Function to reverse a string.
- Function to apply Ceaser Cypher encrypt/decrypt strings.
- Function to calculate.
- Function to analyze an array returning an object with information about it.
- Test cases for all functions and edge cases.## Installation
You can get a local copy of the repository please run the following commands on your terminal:
```
$ cd
$ git clone [email protected]:dansantander/testing-practice.git
```## Built With
- Javascript
- JEST
- Babel
- ES6## Contributing
Contributions, issues and feature requests are welcome!
You can do it on [issues page](issues/).
## Acknowledgments
Special thanks to code reviewers.
## Show your support
Give a ⭐️ if you like this project!
## Authors
👤 **Daniel Santander**
- Github: [@dansantander](https://github.com/dansantander)
- Linkedin: [Daniel Santander](https://www.linkedin.com/in/daniel-santander)
- Twitter: [@dansantandr](https://twitter.com/dansantandr)👤 **Gabriel Malheiros Silveira**
- Github: [@Stricks1](https://github.com/Stricks1)
- Linkedin: [Gabriel Silveira](https://linkedin.com/in/gabriel-malheiros-silveira/)
- Twitter: [@Gabriel_Stricks](https://twitter.com/Gabriel_Stricks)## License
Creative Commons 2020