jest-community/jest-snapshots-svg

Split project into multiple parts

Open

#33 opened on Sep 26, 2017

 (2 comments) (0 reactions) (0 assignees)TypeScript (22 forks)github user discovery
help wanted

Repository metrics

Stars
 (221 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

This project has a lot of use cases outside of snapshot testing. For example, automating App Store screenshots, or to help with a design feedback flow.

Would you be interested in splitting this project into multiple smaller modules? I suggest:

  • A module to layout a React Tree
  • A module to render a laid out tree to SVG/other
  • A Jest snapshot plugin

We could use Lerna/yarn workspaces to keep them in the same repo.

Contributor guide