Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aizjicod/testing-practice
on this project i will be making some test on testing for JavaScript projects
https://github.com/aizjicod/testing-practice
Last synced: 12 days ago
JSON representation
on this project i will be making some test on testing for JavaScript projects
- Host: GitHub
- URL: https://github.com/aizjicod/testing-practice
- Owner: aizjicod
- Created: 2022-07-12T21:45:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T01:05:01.000Z (over 2 years ago)
- Last Synced: 2023-03-04T02:58:33.956Z (almost 2 years ago)
- Language: JavaScript
- Size: 60.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# testing-practice
> on this project i will be doing test for JavaScript files with the library jest
## Built With
- javaScript
- jest## Getting Started
>To get a local copy up and running follow these simple example steps.
### Prerequisites
before starting be sure to have a code editor (any works).
be sure to have in your locar computer git desktop or bash any works. this will help when cloning the repository.
### Setup
grab the link of this proyect, this can be found on the page of the repository.
put this line of code in you terminal on the directory you want to.
``bash
git clone [url of the project]([email protected]:aizjicod/to-do-list.git)
``
### install
once you have cloned the repository open it on your code editor of preference and then follow the next steps.
run on your terminal the next line of code
`npm install`
### Usage
when you have installed the dependencies, you can now run the repository in your terminal run the next line of code.
`npm test`## Authors
👤 **Alejandro torres**
- GitHub: [@aizjicod](https://github.com/aizjicod)
- Twitter: [@aizijijr](https://twitter.com/aizijijr)
- LinkedIn: [aiziji](https://www.linkedin.com/in/aiziji/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/aizjicod/testing-practice/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- thanks a lot for microverse since this README file was a template from them.
## 📝 License
This project is [MIT](MIT.md) licensed.