您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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