pankod/next-boilerplate

View on GitHub
src/Components/Basic/Button/__snapshots__/index.spec.tsx.snap

Summary

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

exports[`Basic Components Button should match snapshot 1`] = `
.c0 {
  cursor: pointer;
  color: #2c3e50;
}

<div>
  <div
    class="c0"
  >
    Test
  </div>
</div>
`;