A simple project where I tried React tests.
- React testing library
- Jest
- Jest-dom
To clone and run this application, you'll need Git and ReactJS 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
- Click Here to see and play by yourself a demo of the game.
This project was bootstrapped with Create React App.