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.

GithubTab-test.tsx.snap 863B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly 1`] = `
  3. <AlmTab
  4. additionalColumnsHeaders={
  5. Array [
  6. "settings.pr_decoration.table.column.github.url",
  7. "settings.pr_decoration.table.column.app_id",
  8. ]
  9. }
  10. additionalColumnsKeys={
  11. Array [
  12. "appId",
  13. "url",
  14. ]
  15. }
  16. alm="github"
  17. createConfiguration={[Function]}
  18. defaultBinding={
  19. Object {
  20. "appId": "",
  21. "key": "",
  22. "privateKey": "",
  23. "url": "",
  24. }
  25. }
  26. definitions={
  27. Array [
  28. Object {
  29. "appId": "123456",
  30. "key": "key",
  31. "privateKey": "asdf1234",
  32. "url": "http://github.enterprise.com",
  33. },
  34. ]
  35. }
  36. form={[Function]}
  37. loading={false}
  38. multipleAlmEnabled={true}
  39. onDelete={[MockFunction]}
  40. onUpdateDefinitions={[MockFunction]}
  41. updateConfiguration={[Function]}
  42. />
  43. `;