Skip to content

Commit

Permalink
update README with redux devtools extension instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kraynel committed Oct 5, 2018
1 parent 12cbb71 commit 19948d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions console/README.md
Expand Up @@ -126,6 +126,9 @@ When adding a new feature, it is recommended to add corresponding tests too.

Tests are written using [Cypress](https://www.cypress.io/).

You can use the [Redux DevTools Extension](http://extension.remotedev.io/) to inspect and debug the Redux store.
It should automatically connect to the Redux store when started in development mode.

### Run Tests

- Run tests: `npm run cypress`
Expand Down

0 comments on commit 19948d7

Please sign in to comment.