Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/javitocor/testing-javascript
- Owner: javitocor
- License: mit
- Created: 2020-07-23T12:23:44.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2023-01-06T12:16:18.000Z (about 2 years ago)
- Last Synced: 2025-01-12T05:24:41.343Z (about 1 month ago)
- Topics: javascript, jest, jest-tests, microverse-projects, odin-project, testing
- Language: JavaScript
- Homepage:
- Size: 806 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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