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 424B

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