cltk/annotations

View on GitHub
src/components/__snapshots__/Annotation.test.js.snap

Summary

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

exports[`Annotation component renders correctly 1`] = `
<span
  onClick={[Function]}
  onMouseEnter={[Function]}
  onMouseLeave={[Function]}
  style={
    Object {
      "backgroundColor": "#71bed6",
      "cursor": "pointer",
      "display": "inline-block",
    }
  }
>
  text
</span>
`;