An open API service indexing awesome lists of open source software.

https://github.com/iguntur/testing-react-component-example


https://github.com/iguntur/testing-react-component-example

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Testing React Component

Example unit and integration test react component using Create React App (CRA) and cypress.

Just testing the component it self without running CRA server.

## Install

```console
$ npm install
```

## Running test

```console
$ npm run cy:open
```