fbredius/storybook

View on GitHub
addons/docs/src/frameworks/react/__testfixtures__/8428-js-static-prop-types/properties.snapshot

Summary

Maintainability
Test Coverage
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`react component properties 8428-js-static-prop-types 1`] = `
Object {
  "rows": Array [
    Object {
      "defaultValue": null,
      "description": "Please work...",
      "name": "test",
      "required": false,
      "sbType": Object {
        "name": "string",
      },
      "type": Object {
        "detail": undefined,
        "summary": "string",
      },
    },
  ],
}
`;