maryvilledev / codesplainUI

Web app for breaking down and annotating Python 3 source code.
https://www.codesplain.io
GNU General Public License v3.0
2 stars 2 forks source link

Clean the application state when loading a snippet from SnippetList #509

Closed solkaz closed 7 years ago

solkaz commented 7 years ago

Description

Refactors <CodesplainAppBar /> to dispatch actions to clean the application state when a snippet is selected from the <SnippetMenu /> Also adds test utilities to mock the Redux store and React-Router.

Motivation and Context

Fixes #505

Checklist:

Browsers