MetaPhase-Consulting/State-TalentMAP

View on GitHub
src/Components/BoxShadow/__snapshots__/BoxShadow.test.jsx.snap

Summary

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

exports[`BoxShadow matches snapshot 1`] = `
<div
  style={
    Object {
      "boxShadow": "3px 2px 10px 1px rgba(0,0,0,.15)",
    }
  }
/>
`;