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.

IndexationContextProvider-test.tsx.snap 512B

12345678910111213141516171819202122232425
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly and start polling if issue sync is needed 1`] = `
  3. <IndexationContextProvider
  4. appState={
  5. {
  6. "edition": "community",
  7. "needIssueSync": true,
  8. "productionDatabase": true,
  9. "qualifiers": [
  10. "TRK",
  11. ],
  12. "settings": {},
  13. "version": "1.0",
  14. "versionEOL": "2022-01-01",
  15. }
  16. }
  17. >
  18. <TestComponent>
  19. <h1>
  20. TestComponent
  21. </h1>
  22. </TestComponent>
  23. </IndexationContextProvider>
  24. `;