enzyme-styleguidist-sample-parser
v0.1.12
Published
parser to generate jest/enzyme tests and styleguidist examples from a common source
Readme
enzyme-styleguidist-sample-parser
Write generic React component samples - run jest/enzyme tests and generate react-syleguidist examples
Example Usage:
/samples/MyComponent.js
const containerStyle = {
component: MyComponent,
props: { style: { backgroundColor: "#071" } },
enzyme: {
tests: {
shallow: { snapshot: snapShot() }
}
}
};