You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

IdentityProviderLink-test.tsx.snap 313B

123456789101112131415161718192021
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly 1`] = `
  3. <a
  4. className="identity-provider-link"
  5. href="/url/foo/bar"
  6. style={
  7. Object {
  8. "backgroundColor": "#000",
  9. }
  10. }
  11. >
  12. <img
  13. alt="Foo"
  14. height={20}
  15. src="/some/path"
  16. width={20}
  17. />
  18. Link text
  19. </a>
  20. `;