Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikaperciliano/tests-jest-react
The focus of this project is realized united and integration tests using React with Typescript
https://github.com/erikaperciliano/tests-jest-react
Last synced: about 2 months ago
JSON representation
The focus of this project is realized united and integration tests using React with Typescript
- Host: GitHub
- URL: https://github.com/erikaperciliano/tests-jest-react
- Owner: erikaperciliano
- Created: 2023-07-18T22:50:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T00:08:13.000Z (over 1 year ago)
- Last Synced: 2023-07-20T00:28:11.863Z (over 1 year ago)
- Language: TypeScript
- Size: 177 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tests | Proposal 🔥
The objective of this projects is improve testing using Jest and testing library 🚀# Tecnologies 🚀
React
Typescript
Jest
Testing Library# Tests
1. Run thenpm test
command at the tests folder.# Run
1. Run thenpm run dev
command at the tests folder.# How to get this repository? 🤔
To obtain this project, follow the steps:
1. Clone this repository usinggit clone https://github.com/erikaperciliano/tests-jest-react.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)