huridocs/uwazi

View on GitHub
app/react/Templates/components/specs/__snapshots__/Icons.spec.js.snap

Summary

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

exports[`Icons should hold the option icons map 1`] = `
Object {
  "checkbox": "check",
  "date": "calendar",
  "daterange": "calendar",
  "generatedid": "fingerprint",
  "geolocation": "map-marker",
  "image": "image",
  "link": "link",
  "markdown": "file",
  "media": "video",
  "multidate": "calendar",
  "multidaterange": "calendar",
  "multiselect": "list",
  "nested": "cubes",
  "newRelationship": "exchange-alt",
  "numeric": "calculator",
  "preview": "passport",
  "relationship": "exchange-alt",
  "relationshipfilter": "filter",
  "select": "sort",
  "text": "font",
}
`;