Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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. `;