prettier/prettier
Find an open-source "real world" React app and add it to our snapshots
Aberta
#2.918 aberto em 27 de set. de 2017
help wantedtype:tests
Métricas do repositório
- Stars
- (52.204 estrelas)
- Métricas de merge de PR
- (Mesclagem média 6d) (186 fundiu PRs em 30d)
Description
There was a bug introduced in the 1.7.1 release that we would have caught in a real app pretty quickly, but we missed it.
If we could find a medium-to-large open-source React app to include in our snapshot suite, then we could see when we introduce changes that break things.
I say React because then we would see how JSX formats. Once we have better Vue support, it would make sense to add a vue app to the suite, too etc.
Ideally it'd be an app with:
- Some small components
- Some large components
- A few different patterns / somewhat inconsistent code
- Tests
AKA a production, "real world" app.