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.

AppStateContextProvider-test.tsx.snap 385B

1234567891011121314151617181920
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should set value correctly 1`] = `
  3. <AppStateContextProvider
  4. appState={
  5. {
  6. "edition": "community",
  7. "productionDatabase": true,
  8. "qualifiers": [
  9. "TRK",
  10. ],
  11. "settings": {
  12. "sonar.lf.logoUrl": "whatevs/",
  13. },
  14. "version": "1.0",
  15. "versionEOL": "2022-01-01",
  16. }
  17. }
  18. />
  19. `;