fbredius/storybook

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

Summary

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

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