Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikaperciliano/projects-testswithjest
This is a module where was applied some knowledge about unit tests using Testing Library and Jest
https://github.com/erikaperciliano/projects-testswithjest
jest jest-mocks testing-library
Last synced: about 2 months ago
JSON representation
This is a module where was applied some knowledge about unit tests using Testing Library and Jest
- Host: GitHub
- URL: https://github.com/erikaperciliano/projects-testswithjest
- Owner: erikaperciliano
- Created: 2023-10-03T20:07:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T00:27:59.000Z (about 1 year ago)
- Last Synced: 2023-11-04T01:26:29.588Z (about 1 year ago)
- Topics: jest, jest-mocks, testing-library
- Language: JavaScript
- Homepage:
- Size: 50.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projects-TestsWithJest 🔥
This is a module where was applied some knowledge about unit tests using Testing Library and Jest# Tecnologies 🚀
React.JS
Testing Library
Jest# Run
1. Run thenpm run dev
command at the tests folder.# Run Test
2. npm test# How to get this repository? 🤔
To obtain this project, follow the steps:
1. Clone this repository usinggit clone https://github.com/erikaperciliano/Projects-TestsWithJest.git
.
2. Run thenpm install
command at the root of the cloned project folder to download the dependencies.
3. Runnpm run dev
at the root of the project folder to start the application in development mode.🚀Made with 💜 by [Erika Perciliano](https://github.com/erikaperciliano)