TestRuleButton.test.tsx.snap 245 B

123456789101112131415
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Render should render component 1`] = `
  3. <Fragment>
  4. <JSONFormatter
  5. config={
  6. Object {
  7. "animateOpen": true,
  8. }
  9. }
  10. json={Object {}}
  11. open={3}
  12. />
  13. </Fragment>
  14. `;