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.

AzureTab-test.tsx.snap 535B

12345678910111213141516171819202122232425262728
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly 1`] = `
  3. <AlmTab
  4. alm="azure"
  5. createConfiguration={[Function]}
  6. defaultBinding={
  7. Object {
  8. "key": "",
  9. "personalAccessToken": "",
  10. }
  11. }
  12. definitions={
  13. Array [
  14. Object {
  15. "key": "key",
  16. "personalAccessToken": "asdf1234",
  17. },
  18. ]
  19. }
  20. form={[Function]}
  21. loading={false}
  22. multipleAlmEnabled={true}
  23. onDelete={[MockFunction]}
  24. onUpdateDefinitions={[MockFunction]}
  25. updateConfiguration={[Function]}
  26. />
  27. `;