jest-snapshots-svg icon indicating copy to clipboard operation
jest-snapshots-svg copied to clipboard

Take a React component tree, and render it into an SVG.

Results 19 jest-snapshots-svg issues
Sort by recently updated
recently updated
newest added

https://www.npmjs.com/package/yoga-layout-prebuilt

I'm getting an error about a missing babel plugin. I didn't think it would get hung up on nested `.babelrc` files? My test: ```javascript import React from 'react'; import {...

The entire API is different, so it's not exactly a quick port 👯‍♂️

@vincentriemer do you consider yoga-dom "production-ready" ish? Right now we're using the gyp yoga, and [it's a pain](https://github.com/jest-community/jest-snapshots-svg/pull/46/files), and basically blocks the project being used in any Artsy app. https://github.com/vincentriemer/yoga-dom

The name of this project is very generic but the readme leads me to believe this is only for react-native. Is this the case? If so this would be better...

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

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...

help wanted

Let’s get started with automated dependency management for jest-snapshots-svg :muscle: ⚠️ Greenkeeper has found a `yarn.lock` file in this repository. Please use [greenkeeper-lockfile](https://github.com/greenkeeperio/greenkeeper-lockfile) to make sure this gets updated as...

greenkeeper

Do we have handling for borders? I’d be interested to hear your thoughts! I’ll just jot a few notes I had on it: SVG strokes are drawn both sides of...

Just wondering, how do you want the SVG results to be, when this repo hits 1.0? does it serves the purpose of rendering a complete 1:1 representation of the view,...