Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/javitocor/testing-javascript

Project to practice testing in JS environment using Jest.
https://github.com/javitocor/testing-javascript

javascript jest jest-tests microverse-projects odin-project testing

Last synced: 20 days ago
JSON representation

Project to practice testing in JS environment using Jest.

Awesome Lists containing this project

README

        

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
![Hireable](https://cdn.rawgit.com/hiendv/hireable/master/styles/default/yes.svg)

# Testing Javascript

> Project to practice testing in JS environment using Jest.

Additional description about the project and its features.

## Built With

- JAVASCRIPT
- JEST

## Getting Started

### Prerequisites

- Get installed NPM
- Get installed JEST

### Setup

- Clone the repository on your local machine
- Cd into the folder
- Run `npm install`

### Run tests

- Run ```npm test``` on the root directory to run all the tests.
- Run ```npm test testfile.test.js ``` on root directory to run test for a single file.

## Authors

👤 Javier Oriol Correas Sanchez Cuesta
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)

👤 **Kubilay Caglayan**

- Website: [kubilay](https://kubilaycaglayan.com)
- Github: [@kubilaycaglayan](https://github.com/kubilaycaglayan)
- Twitter: [@kbcaglayan](https://twitter.com/kbcaglayan)
- Linkedin: [linkedin](https://linkedin.com/in/kubilaycaglayan)

## 🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the [issues page](https://github.com/javitocor/Testing-Javascript/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- The Odin Project
- Microverse
- Jest Docs

## 📝 License

This project is [MIT](lic.url) licensed.

[contributors-shield]: https://img.shields.io/github/contributors/javitocor/Testing-Javascript.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/Testing-Javascript/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/Testing-Javascript.svg?style=flat-square
[forks-url]: https://github.com/javitocor/Testing-Javascript/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/Testing-Javascript.svg?style=flat-square
[stars-url]: https://github.com/javitocor/Testing-Javascript/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/Testing-Javascript.svg?style=flat-square
[issues-url]: https://github.com/javitocor/Testing-Javascript/issues