Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehmetbozkir/react-test-examples
A simple project where I tried React tests.
https://github.com/mehmetbozkir/react-test-examples
create-react-app create-react-library css javascript jest jest-tests jsdom react react-jest reactjs reacttestinglibrary testing-library
Last synced: 21 days ago
JSON representation
A simple project where I tried React tests.
- Host: GitHub
- URL: https://github.com/mehmetbozkir/react-test-examples
- Owner: MehmetBozkir
- Created: 2024-03-28T16:02:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T12:51:37.000Z (7 months ago)
- Last Synced: 2024-10-12T12:42:32.237Z (about 1 month ago)
- Topics: create-react-app, create-react-library, css, javascript, jest, jest-tests, jsdom, react, react-jest, reactjs, reacttestinglibrary, testing-library
- Language: JavaScript
- Homepage: https://react-test-example-x.netlify.app/
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Test-Examples
A simple project where I tried React tests.
:wrench: Features
------------------------ React testing library
- Jest
- Jest-dom
## :movie_camera: Images
## :book: How to use
To clone and run this application, you'll need [Git](https://git-scm.com/downloads) and [ReactJS](https://reactjs.org/docs/getting-started.html) installed on your computer. From your command line:```
# Clone this repository
$ git clone https://github.com/MehmetBozkir/React-Test-Examples.git# Go into the repository
$ cd React-Test-Examples# Install dependencies
$ npm install# Run the app
$ npm start
```## :link: Demo
- Click Here to see and play by yourself a demo of the game.
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).