apjames93/mui-storyblok

View on GitHub
src/lib/components/PageGrid/atoms/Video/__snapshots__/Video.test.js.snap

Summary

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

exports[`<Video /> should render Video 1`] = `ShallowWrapper {}`;

exports[`<Video /> snapshot 1`] = `
<div
  className=""
  data-blok-c=""
  data-blok-uid=""
  style={
    Object {
      "height": "500px",
      "margin": "0",
      "width": "640px",
    }
  }
/>
`;