huridocs/uwazi

View on GitHub
app/react/Library/helpers/specs/__snapshots__/resquestState.spec.js.snap

Summary

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

exports[`static requestState() should request the documents passing search object on the store 1`] = `
Array [
  [Function],
  Object {
    "type": "library.sidepanel.quickLabelState/SET",
    "value": Object {
      "autoSave": false,
      "thesaurus": undefined,
    },
  },
]
`;

exports[`static requestState() when is for geolocation should query with geolocation flag 1`] = `
Array [
  [Function],
  Object {
    "type": "library.sidepanel.quickLabelState/SET",
    "value": Object {
      "autoSave": false,
      "thesaurus": undefined,
    },
  },
]
`;