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.

Sidebar-test.tsx.snap 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should not render developer nominative facets when asked not to 1`] = `
  3. Array [
  4. "TypeFacet",
  5. "SeverityFacet",
  6. "ScopeFacet",
  7. "ResolutionFacet",
  8. "StatusFacet",
  9. "StandardFacet",
  10. "InjectIntl(CreationDateFacet)",
  11. "Connect(LanguageFacet)",
  12. "RuleFacet",
  13. "TagFacet",
  14. "ProjectFacet",
  15. ]
  16. `;
  17. exports[`should render facets for developer 1`] = `
  18. Array [
  19. "TypeFacet",
  20. "SeverityFacet",
  21. "ScopeFacet",
  22. "ResolutionFacet",
  23. "StatusFacet",
  24. "StandardFacet",
  25. "InjectIntl(CreationDateFacet)",
  26. "Connect(LanguageFacet)",
  27. "RuleFacet",
  28. "TagFacet",
  29. "ProjectFacet",
  30. "DirectoryFacet",
  31. "FileFacet",
  32. "AssigneeFacet",
  33. ]
  34. `;
  35. exports[`should render facets for directory 1`] = `
  36. Array [
  37. "TypeFacet",
  38. "SeverityFacet",
  39. "ScopeFacet",
  40. "ResolutionFacet",
  41. "StatusFacet",
  42. "StandardFacet",
  43. "InjectIntl(CreationDateFacet)",
  44. "Connect(LanguageFacet)",
  45. "RuleFacet",
  46. "TagFacet",
  47. "FileFacet",
  48. "AssigneeFacet",
  49. "AuthorFacet",
  50. ]
  51. `;
  52. exports[`should render facets for global page 1`] = `
  53. Array [
  54. "TypeFacet",
  55. "SeverityFacet",
  56. "ScopeFacet",
  57. "ResolutionFacet",
  58. "StatusFacet",
  59. "StandardFacet",
  60. "InjectIntl(CreationDateFacet)",
  61. "Connect(LanguageFacet)",
  62. "RuleFacet",
  63. "TagFacet",
  64. "ProjectFacet",
  65. "AssigneeFacet",
  66. "AuthorFacet",
  67. ]
  68. `;
  69. exports[`should render facets for module 1`] = `
  70. Array [
  71. "TypeFacet",
  72. "SeverityFacet",
  73. "ScopeFacet",
  74. "ResolutionFacet",
  75. "StatusFacet",
  76. "StandardFacet",
  77. "InjectIntl(CreationDateFacet)",
  78. "Connect(LanguageFacet)",
  79. "RuleFacet",
  80. "TagFacet",
  81. "DirectoryFacet",
  82. "FileFacet",
  83. "AssigneeFacet",
  84. "AuthorFacet",
  85. ]
  86. `;
  87. exports[`should render facets for project 1`] = `
  88. Array [
  89. "TypeFacet",
  90. "SeverityFacet",
  91. "ScopeFacet",
  92. "ResolutionFacet",
  93. "StatusFacet",
  94. "StandardFacet",
  95. "InjectIntl(CreationDateFacet)",
  96. "Connect(LanguageFacet)",
  97. "RuleFacet",
  98. "TagFacet",
  99. "DirectoryFacet",
  100. "FileFacet",
  101. "AssigneeFacet",
  102. "AuthorFacet",
  103. ]
  104. `;
  105. exports[`should render facets when my issues are selected 1`] = `
  106. Array [
  107. "TypeFacet",
  108. "SeverityFacet",
  109. "ScopeFacet",
  110. "ResolutionFacet",
  111. "StatusFacet",
  112. "StandardFacet",
  113. "InjectIntl(CreationDateFacet)",
  114. "Connect(LanguageFacet)",
  115. "RuleFacet",
  116. "TagFacet",
  117. "ProjectFacet",
  118. "AuthorFacet",
  119. ]
  120. `;