alxshelepenok/gatsby-starter-lumen

View on GitHub
src/components/Sidebar/Copyright/__snapshots__/Copyright.test.tsx.snap

Summary

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

exports[`Copyright renders correctly 1`] = `
<div>
  All rights reserved.
</div>
`;

exports[`Copyright renders correctly with empty string 1`] = `<div />`;