supasate/connected-react-router

Add testing support to the examples

Open

#209 aberto em 14 de dez. de 2018

Ver no GitHub
 (1 comment) (22 reactions) (0 assignees)JavaScript (606 forks)batch import
help wanted

Métricas do repositório

Stars
 (4.741 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

The examples section of this repository demonstrates a few great ways to configure and integrate connected-react-router into a project. However, none of the three provided configurations use a testing framework in their source code.

I find writing integration tests for components using connected-react-router to be difficult. It would be great if someone could add a "testing" section to the docs, or add another example configuration to examples that would demonstrate how to write tests with connected-react-router.

This may or may not be a trivial task, though I hope I am not alone in wanting this clarification.

Guia do colaborador