Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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