philips-software/cogito

View on GitHub
workspaces/demo-app/src/components/telepath/__snapshots__/TelepathStatus.test.js.snap

Summary

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

exports[`TelepathStatus has correct styling when visble 1`] = `
.css-0,
[data-css-0] {
  font-size: 0.8em;
  color: #fd81c2;
}

<div>
  <div
    style="margin: 10px; padding: 0px; box-sizing: border-box;"
  >
    <div
      class="emotion-1 emotion-2"
    >
      <div
        class="ui segment"
      >
        <p
          class="css-0"
        >
          Status Message
        </p>
      </div>
    </div>
  </div>
</div>
`;

exports[`TelepathStatus renders nothing when not visible 1`] = `<div />`;