@coorpacademy/components 10.19.2 → 10.20.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (919) hide show
  1. package/es/atom/button-link-icon-only/test/button-link-icon-only.js +18 -23
  2. package/es/atom/button-link-icon-only/test/button-link-icon-only.js.map +1 -1
  3. package/es/atom/checkbox/index.js +25 -41
  4. package/es/atom/checkbox/index.js.map +1 -1
  5. package/es/atom/checkbox/test/fixtures/default.js +2 -1
  6. package/es/atom/checkbox/test/fixtures/default.js.map +1 -1
  7. package/es/atom/checkbox/test/on-change.js +25 -22
  8. package/es/atom/checkbox/test/on-change.js.map +1 -1
  9. package/es/atom/clue/index.js +2 -1
  10. package/es/atom/clue/index.js.map +1 -1
  11. package/es/atom/clue/test/see-clue.js +83 -58
  12. package/es/atom/clue/test/see-clue.js.map +1 -1
  13. package/es/index.js +2 -1
  14. package/es/index.js.map +1 -1
  15. package/es/molecule/dashboard/cards-list/index.js +3 -7
  16. package/es/molecule/dashboard/cards-list/index.js.map +1 -1
  17. package/es/organism/review-congrats/index.js +1 -3
  18. package/es/organism/review-congrats/index.js.map +1 -1
  19. package/es/template/app-review/root-view.js +46 -0
  20. package/es/template/app-review/root-view.js.map +1 -0
  21. package/es/template/app-review/root-view.modules.css +8 -0
  22. package/es/template/app-review/root-view.native.js +61 -0
  23. package/es/template/app-review/root-view.native.js.map +1 -0
  24. package/es/util/render-with-context.js +35 -0
  25. package/es/util/render-with-context.js.map +1 -0
  26. package/es/util/test/render-with-context.js +91 -0
  27. package/es/util/test/render-with-context.js.map +1 -0
  28. package/lib/atom/button-link-icon-only/test/button-link-icon-only.js +20 -24
  29. package/lib/atom/button-link-icon-only/test/button-link-icon-only.js.map +1 -1
  30. package/lib/atom/checkbox/index.js +29 -41
  31. package/lib/atom/checkbox/index.js.map +1 -1
  32. package/lib/atom/checkbox/test/fixtures/default.js +2 -1
  33. package/lib/atom/checkbox/test/fixtures/default.js.map +1 -1
  34. package/lib/atom/checkbox/test/on-change.js +29 -23
  35. package/lib/atom/checkbox/test/on-change.js.map +1 -1
  36. package/lib/atom/clue/index.js +2 -1
  37. package/lib/atom/clue/index.js.map +1 -1
  38. package/lib/atom/clue/test/see-clue.js +88 -59
  39. package/lib/atom/clue/test/see-clue.js.map +1 -1
  40. package/lib/index.js +4 -0
  41. package/lib/index.js.map +1 -1
  42. package/lib/molecule/dashboard/cards-list/index.js +3 -7
  43. package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
  44. package/lib/organism/review-congrats/index.js +1 -3
  45. package/lib/organism/review-congrats/index.js.map +1 -1
  46. package/lib/template/app-review/root-view.js +56 -0
  47. package/lib/template/app-review/root-view.js.map +1 -0
  48. package/lib/template/app-review/root-view.modules.css +8 -0
  49. package/lib/template/app-review/root-view.native.js +75 -0
  50. package/lib/template/app-review/root-view.native.js.map +1 -0
  51. package/lib/util/render-with-context.js +49 -0
  52. package/lib/util/render-with-context.js.map +1 -0
  53. package/lib/util/test/render-with-context.js +103 -0
  54. package/lib/util/test/render-with-context.js.map +1 -0
  55. package/package.json +2 -2
  56. package/es/atom/autocomplete/test/fixtures.js +0 -19
  57. package/es/atom/autocomplete/test/fixtures.js.map +0 -1
  58. package/es/atom/avatar/test/fixtures.js +0 -13
  59. package/es/atom/avatar/test/fixtures.js.map +0 -1
  60. package/es/atom/button/test/fixtures.js +0 -27
  61. package/es/atom/button/test/fixtures.js.map +0 -1
  62. package/es/atom/button-link/test/fixtures.js +0 -31
  63. package/es/atom/button-link/test/fixtures.js.map +0 -1
  64. package/es/atom/button-link-icon-only/test/fixtures.js +0 -23
  65. package/es/atom/button-link-icon-only/test/fixtures.js.map +0 -1
  66. package/es/atom/button-menu/test/fixtures.js +0 -15
  67. package/es/atom/button-menu/test/fixtures.js.map +0 -1
  68. package/es/atom/card-image-preview/test/fixtures.js +0 -15
  69. package/es/atom/card-image-preview/test/fixtures.js.map +0 -1
  70. package/es/atom/catalog-section/test/fixtures.js +0 -15
  71. package/es/atom/catalog-section/test/fixtures.js.map +0 -1
  72. package/es/atom/centered-text/test/fixtures.js +0 -13
  73. package/es/atom/centered-text/test/fixtures.js.map +0 -1
  74. package/es/atom/checkbox/test/fixtures.js +0 -19
  75. package/es/atom/checkbox/test/fixtures.js.map +0 -1
  76. package/es/atom/checkbox-with-title/test/fixtures.js +0 -15
  77. package/es/atom/checkbox-with-title/test/fixtures.js.map +0 -1
  78. package/es/atom/chips/test/fixtures.js +0 -17
  79. package/es/atom/chips/test/fixtures.js.map +0 -1
  80. package/es/atom/clue/test/fixtures.js +0 -17
  81. package/es/atom/clue/test/fixtures.js.map +0 -1
  82. package/es/atom/content-badge/test/fixtures.js +0 -29
  83. package/es/atom/content-badge/test/fixtures.js.map +0 -1
  84. package/es/atom/cta/test/fixtures.js +0 -37
  85. package/es/atom/cta/test/fixtures.js.map +0 -1
  86. package/es/atom/difficulty-level/test/fixtures.js +0 -19
  87. package/es/atom/difficulty-level/test/fixtures.js.map +0 -1
  88. package/es/atom/drag-and-drop/test/fixtures.js +0 -35
  89. package/es/atom/drag-and-drop/test/fixtures.js.map +0 -1
  90. package/es/atom/empty-search-result/test/fixtures.js +0 -13
  91. package/es/atom/empty-search-result/test/fixtures.js.map +0 -1
  92. package/es/atom/image-upload/test/fixtures.js +0 -33
  93. package/es/atom/image-upload/test/fixtures.js.map +0 -1
  94. package/es/atom/input-checkbox/test/fixtures.js +0 -25
  95. package/es/atom/input-checkbox/test/fixtures.js.map +0 -1
  96. package/es/atom/input-color/test/fixtures.js +0 -19
  97. package/es/atom/input-color/test/fixtures.js.map +0 -1
  98. package/es/atom/input-doublestep/test/fixtures.js +0 -21
  99. package/es/atom/input-doublestep/test/fixtures.js.map +0 -1
  100. package/es/atom/input-html/test/fixtures.js +0 -17
  101. package/es/atom/input-html/test/fixtures.js.map +0 -1
  102. package/es/atom/input-readonly/test/fixtures.js +0 -13
  103. package/es/atom/input-readonly/test/fixtures.js.map +0 -1
  104. package/es/atom/input-search/test/fixtures.js +0 -19
  105. package/es/atom/input-search/test/fixtures.js.map +0 -1
  106. package/es/atom/input-switch/test/fixtures.js +0 -33
  107. package/es/atom/input-switch/test/fixtures.js.map +0 -1
  108. package/es/atom/input-text/test/fixtures.js +0 -27
  109. package/es/atom/input-text/test/fixtures.js.map +0 -1
  110. package/es/atom/input-text-with-title/test/fixtures.js +0 -15
  111. package/es/atom/input-text-with-title/test/fixtures.js.map +0 -1
  112. package/es/atom/input-textarea/test/fixtures.js +0 -21
  113. package/es/atom/input-textarea/test/fixtures.js.map +0 -1
  114. package/es/atom/label/test/fixtures.js +0 -15
  115. package/es/atom/label/test/fixtures.js.map +0 -1
  116. package/es/atom/life/test/fixtures.js +0 -25
  117. package/es/atom/life/test/fixtures.js.map +0 -1
  118. package/es/atom/link/test/fixtures.js +0 -17
  119. package/es/atom/link/test/fixtures.js.map +0 -1
  120. package/es/atom/loader/test/fixtures.js +0 -15
  121. package/es/atom/loader/test/fixtures.js.map +0 -1
  122. package/es/atom/lottie-wrapper/test/fixtures.js +0 -19
  123. package/es/atom/lottie-wrapper/test/fixtures.js.map +0 -1
  124. package/es/atom/notification/test/fixtures.js +0 -17
  125. package/es/atom/notification/test/fixtures.js.map +0 -1
  126. package/es/atom/picture/test/fixtures.js +0 -19
  127. package/es/atom/picture/test/fixtures.js.map +0 -1
  128. package/es/atom/picture-background/test/fixtures.js +0 -19
  129. package/es/atom/picture-background/test/fixtures.js.map +0 -1
  130. package/es/atom/promo-code/test/fixtures.js +0 -17
  131. package/es/atom/promo-code/test/fixtures.js.map +0 -1
  132. package/es/atom/provider/test/fixtures.js +0 -13
  133. package/es/atom/provider/test/fixtures.js.map +0 -1
  134. package/es/atom/radio-group/test/fixtures.js +0 -17
  135. package/es/atom/radio-group/test/fixtures.js.map +0 -1
  136. package/es/atom/range/test/fixtures.js +0 -15
  137. package/es/atom/range/test/fixtures.js.map +0 -1
  138. package/es/atom/resource-miniature/test/fixtures.js +0 -21
  139. package/es/atom/resource-miniature/test/fixtures.js.map +0 -1
  140. package/es/atom/review-background/test/fixtures.js +0 -13
  141. package/es/atom/review-background/test/fixtures.js.map +0 -1
  142. package/es/atom/review-header-step-item/test/fixtures.js +0 -19
  143. package/es/atom/review-header-step-item/test/fixtures.js.map +0 -1
  144. package/es/atom/review-presentation/test/fixtures.js +0 -13
  145. package/es/atom/review-presentation/test/fixtures.js.map +0 -1
  146. package/es/atom/select/test/fixtures.js +0 -47
  147. package/es/atom/select/test/fixtures.js.map +0 -1
  148. package/es/atom/slide/test/fixtures.js +0 -21
  149. package/es/atom/slide/test/fixtures.js.map +0 -1
  150. package/es/atom/social-link/test/fixtures.js +0 -17
  151. package/es/atom/social-link/test/fixtures.js.map +0 -1
  152. package/es/atom/spinner/test/fixtures.js +0 -13
  153. package/es/atom/spinner/test/fixtures.js.map +0 -1
  154. package/es/atom/tab/test/fixtures.js +0 -13
  155. package/es/atom/tab/test/fixtures.js.map +0 -1
  156. package/es/atom/tab-content/test/fixtures.js +0 -15
  157. package/es/atom/tab-content/test/fixtures.js.map +0 -1
  158. package/es/atom/tag/test/fixtures.js +0 -21
  159. package/es/atom/tag/test/fixtures.js.map +0 -1
  160. package/es/atom/title/test/fixtures.js +0 -17
  161. package/es/atom/title/test/fixtures.js.map +0 -1
  162. package/es/atom/video-upload/test/fixtures.js +0 -21
  163. package/es/atom/video-upload/test/fixtures.js.map +0 -1
  164. package/es/atom/wizard-steps/test/fixtures.js +0 -17
  165. package/es/atom/wizard-steps/test/fixtures.js.map +0 -1
  166. package/es/hoc/animation/test/fixtures.js +0 -15
  167. package/es/hoc/animation/test/fixtures.js.map +0 -1
  168. package/es/hoc/animation-scheduler/test/fixtures.js +0 -15
  169. package/es/hoc/animation-scheduler/test/fixtures.js.map +0 -1
  170. package/es/hoc/swapper/test/fixtures.js +0 -13
  171. package/es/hoc/swapper/test/fixtures.js.map +0 -1
  172. package/es/hoc/transition/test/fixtures.js +0 -13
  173. package/es/hoc/transition/test/fixtures.js.map +0 -1
  174. package/es/molecule/add-to-my-list/test/fixtures.js +0 -15
  175. package/es/molecule/add-to-my-list/test/fixtures.js.map +0 -1
  176. package/es/molecule/answer/test/fixtures.js +0 -35
  177. package/es/molecule/answer/test/fixtures.js.map +0 -1
  178. package/es/molecule/audio/test/fixtures.js +0 -15
  179. package/es/molecule/audio/test/fixtures.js.map +0 -1
  180. package/es/molecule/banner/test/fixtures.js +0 -23
  181. package/es/molecule/banner/test/fixtures.js.map +0 -1
  182. package/es/molecule/battle-request/test/fixtures.js +0 -15
  183. package/es/molecule/battle-request/test/fixtures.js.map +0 -1
  184. package/es/molecule/brand-card/test/fixtures.js +0 -15
  185. package/es/molecule/brand-card/test/fixtures.js.map +0 -1
  186. package/es/molecule/brand-card-create/test/fixtures.js +0 -13
  187. package/es/molecule/brand-card-create/test/fixtures.js.map +0 -1
  188. package/es/molecule/brand-create-form/test/fixtures.js +0 -19
  189. package/es/molecule/brand-create-form/test/fixtures.js.map +0 -1
  190. package/es/molecule/brand-download-box/test/fixtures.js +0 -17
  191. package/es/molecule/brand-download-box/test/fixtures.js.map +0 -1
  192. package/es/molecule/brand-form-group/test/fixtures.js +0 -37
  193. package/es/molecule/brand-form-group/test/fixtures.js.map +0 -1
  194. package/es/molecule/brand-tabs/test/fixtures.js +0 -29
  195. package/es/molecule/brand-tabs/test/fixtures.js.map +0 -1
  196. package/es/molecule/brand-upload-box/test/fixtures.js +0 -17
  197. package/es/molecule/brand-upload-box/test/fixtures.js.map +0 -1
  198. package/es/molecule/breadcrumbs/test/fixtures.js +0 -13
  199. package/es/molecule/breadcrumbs/test/fixtures.js.map +0 -1
  200. package/es/molecule/bullet-point-menu-button/test/fixtures.js +0 -15
  201. package/es/molecule/bullet-point-menu-button/test/fixtures.js.map +0 -1
  202. package/es/molecule/card/test/fixtures.js +0 -45
  203. package/es/molecule/card/test/fixtures.js.map +0 -1
  204. package/es/molecule/card-content/test/fixtures.js +0 -27
  205. package/es/molecule/card-content/test/fixtures.js.map +0 -1
  206. package/es/molecule/card-with-button/test/fixtures.js +0 -17
  207. package/es/molecule/card-with-button/test/fixtures.js.map +0 -1
  208. package/es/molecule/cm-popin/test/fixtures.js +0 -17
  209. package/es/molecule/cm-popin/test/fixtures.js.map +0 -1
  210. package/es/molecule/cookie-banner/test/fixtures.js +0 -13
  211. package/es/molecule/cookie-banner/test/fixtures.js.map +0 -1
  212. package/es/molecule/coorp-manager-roles/test/fixtures.js +0 -13
  213. package/es/molecule/coorp-manager-roles/test/fixtures.js.map +0 -1
  214. package/es/molecule/course-section/test/fixtures.js +0 -21
  215. package/es/molecule/course-section/test/fixtures.js.map +0 -1
  216. package/es/molecule/course-sections/test/fixtures.js +0 -17
  217. package/es/molecule/course-sections/test/fixtures.js.map +0 -1
  218. package/es/molecule/dashboard/battle-request-list/test/fixtures.js +0 -15
  219. package/es/molecule/dashboard/battle-request-list/test/fixtures.js.map +0 -1
  220. package/es/molecule/dashboard/cards-list/test/fixtures.js +0 -23
  221. package/es/molecule/dashboard/cards-list/test/fixtures.js.map +0 -1
  222. package/es/molecule/dashboard/news-list/test/fixtures.js +0 -17
  223. package/es/molecule/dashboard/news-list/test/fixtures.js.map +0 -1
  224. package/es/molecule/dashboard/review-banner/test/fixtures.js +0 -13
  225. package/es/molecule/dashboard/review-banner/test/fixtures.js.map +0 -1
  226. package/es/molecule/dashboard/start-battle/test/fixtures.js +0 -15
  227. package/es/molecule/dashboard/start-battle/test/fixtures.js.map +0 -1
  228. package/es/molecule/discipline-cta/test/fixtures.js +0 -15
  229. package/es/molecule/discipline-cta/test/fixtures.js.map +0 -1
  230. package/es/molecule/discipline-header/test/fixtures.js +0 -27
  231. package/es/molecule/discipline-header/test/fixtures.js.map +0 -1
  232. package/es/molecule/discipline-partners/test/fixtures.js +0 -21
  233. package/es/molecule/discipline-partners/test/fixtures.js.map +0 -1
  234. package/es/molecule/discipline-scope/test/fixtures.js +0 -27
  235. package/es/molecule/discipline-scope/test/fixtures.js.map +0 -1
  236. package/es/molecule/drag-and-drop/test/fixtures.js +0 -25
  237. package/es/molecule/drag-and-drop/test/fixtures.js.map +0 -1
  238. package/es/molecule/drag-and-drop-wrapper/test/fixtures.js +0 -17
  239. package/es/molecule/drag-and-drop-wrapper/test/fixtures.js.map +0 -1
  240. package/es/molecule/draggable/test/fixtures.js +0 -13
  241. package/es/molecule/draggable/test/fixtures.js.map +0 -1
  242. package/es/molecule/draggable-list/test/fixtures.js +0 -15
  243. package/es/molecule/draggable-list/test/fixtures.js.map +0 -1
  244. package/es/molecule/external-content-button/test/fixtures.js +0 -19
  245. package/es/molecule/external-content-button/test/fixtures.js.map +0 -1
  246. package/es/molecule/external-content-viewer/test/fixtures.js +0 -27
  247. package/es/molecule/external-content-viewer/test/fixtures.js.map +0 -1
  248. package/es/molecule/feedback/test/fixtures.js +0 -27
  249. package/es/molecule/feedback/test/fixtures.js.map +0 -1
  250. package/es/molecule/filters/test/fixtures.js +0 -33
  251. package/es/molecule/filters/test/fixtures.js.map +0 -1
  252. package/es/molecule/forum/forum-comment/test/fixtures.js +0 -17
  253. package/es/molecule/forum/forum-comment/test/fixtures.js.map +0 -1
  254. package/es/molecule/forum/forum-post/test/fixtures.js +0 -31
  255. package/es/molecule/forum/forum-post/test/fixtures.js.map +0 -1
  256. package/es/molecule/forum/forum-thread/test/fixtures.js +0 -17
  257. package/es/molecule/forum/forum-thread/test/fixtures.js.map +0 -1
  258. package/es/molecule/hero/test/fixtures.js +0 -15
  259. package/es/molecule/hero/test/fixtures.js.map +0 -1
  260. package/es/molecule/input-text-with-titled-checkbox/test/fixtures.js +0 -15
  261. package/es/molecule/input-text-with-titled-checkbox/test/fixtures.js.map +0 -1
  262. package/es/molecule/list-badges/test/fixtures.js +0 -19
  263. package/es/molecule/list-badges/test/fixtures.js.map +0 -1
  264. package/es/molecule/login-alert/test/fixtures.js +0 -13
  265. package/es/molecule/login-alert/test/fixtures.js.map +0 -1
  266. package/es/molecule/menu-list/test/fixtures.js +0 -13
  267. package/es/molecule/menu-list/test/fixtures.js.map +0 -1
  268. package/es/molecule/message-popin/test/fixtures.js +0 -13
  269. package/es/molecule/message-popin/test/fixtures.js.map +0 -1
  270. package/es/molecule/modal/test/fixtures.js +0 -13
  271. package/es/molecule/modal/test/fixtures.js.map +0 -1
  272. package/es/molecule/module-bubble/test/fixtures.js +0 -17
  273. package/es/molecule/module-bubble/test/fixtures.js.map +0 -1
  274. package/es/molecule/module-card/test/fixtures.js +0 -17
  275. package/es/molecule/module-card/test/fixtures.js.map +0 -1
  276. package/es/molecule/news/test/fixtures.js +0 -23
  277. package/es/molecule/news/test/fixtures.js.map +0 -1
  278. package/es/molecule/notification-banner/test/fixtures.js +0 -17
  279. package/es/molecule/notification-banner/test/fixtures.js.map +0 -1
  280. package/es/molecule/pagination/test/fixtures.js +0 -15
  281. package/es/molecule/pagination/test/fixtures.js.map +0 -1
  282. package/es/molecule/payment-form/test/fixtures.js +0 -17
  283. package/es/molecule/payment-form/test/fixtures.js.map +0 -1
  284. package/es/molecule/pdf/test/fixtures.js +0 -13
  285. package/es/molecule/pdf/test/fixtures.js.map +0 -1
  286. package/es/molecule/popin/test/fixtures.js +0 -21
  287. package/es/molecule/popin/test/fixtures.js.map +0 -1
  288. package/es/molecule/product-card/test/fixtures.js +0 -13
  289. package/es/molecule/product-card/test/fixtures.js.map +0 -1
  290. package/es/molecule/progress-bar/test/fixtures.js +0 -15
  291. package/es/molecule/progress-bar/test/fixtures.js.map +0 -1
  292. package/es/molecule/questions/drop-down/test/fixtures.js +0 -15
  293. package/es/molecule/questions/drop-down/test/fixtures.js.map +0 -1
  294. package/es/molecule/questions/free-text/test/fixtures.js +0 -17
  295. package/es/molecule/questions/free-text/test/fixtures.js.map +0 -1
  296. package/es/molecule/questions/qcm/test/fixtures.js +0 -19
  297. package/es/molecule/questions/qcm/test/fixtures.js.map +0 -1
  298. package/es/molecule/questions/qcm-drag/test/fixtures.js +0 -15
  299. package/es/molecule/questions/qcm-drag/test/fixtures.js.map +0 -1
  300. package/es/molecule/questions/qcm-graphic/test/fixtures.js +0 -15
  301. package/es/molecule/questions/qcm-graphic/test/fixtures.js.map +0 -1
  302. package/es/molecule/questions/question-range/test/fixtures.js +0 -13
  303. package/es/molecule/questions/question-range/test/fixtures.js.map +0 -1
  304. package/es/molecule/questions/template/test/fixtures.js +0 -15
  305. package/es/molecule/questions/template/test/fixtures.js.map +0 -1
  306. package/es/molecule/quick-access-card/test/fixtures.js +0 -21
  307. package/es/molecule/quick-access-card/test/fixtures.js.map +0 -1
  308. package/es/molecule/quick-access-cards-group/test/fixtures.js +0 -21
  309. package/es/molecule/quick-access-cards-group/test/fixtures.js.map +0 -1
  310. package/es/molecule/resource-player/test/fixtures.js +0 -25
  311. package/es/molecule/resource-player/test/fixtures.js.map +0 -1
  312. package/es/molecule/review-card-congrats/test/fixtures.js +0 -15
  313. package/es/molecule/review-card-congrats/test/fixtures.js.map +0 -1
  314. package/es/molecule/review-correction-popin/test/fixtures.js +0 -15
  315. package/es/molecule/review-correction-popin/test/fixtures.js.map +0 -1
  316. package/es/molecule/review-header-steps/test/fixtures.js +0 -23
  317. package/es/molecule/review-header-steps/test/fixtures.js.map +0 -1
  318. package/es/molecule/scope-content/test/fixtures.js +0 -27
  319. package/es/molecule/scope-content/test/fixtures.js.map +0 -1
  320. package/es/molecule/scope-tabs/test/fixtures.js +0 -17
  321. package/es/molecule/scope-tabs/test/fixtures.js.map +0 -1
  322. package/es/molecule/search-form/test/fixtures.js +0 -13
  323. package/es/molecule/search-form/test/fixtures.js.map +0 -1
  324. package/es/molecule/select-multiple/test/fixtures.js +0 -31
  325. package/es/molecule/select-multiple/test/fixtures.js.map +0 -1
  326. package/es/molecule/setup-cohort-item/test/fixtures.js +0 -19
  327. package/es/molecule/setup-cohort-item/test/fixtures.js.map +0 -1
  328. package/es/molecule/setup-section/test/fixtures.js +0 -25
  329. package/es/molecule/setup-section/test/fixtures.js.map +0 -1
  330. package/es/molecule/setup-sections/test/fixtures.js +0 -19
  331. package/es/molecule/setup-sections/test/fixtures.js.map +0 -1
  332. package/es/molecule/setup-slide/test/fixtures.js +0 -25
  333. package/es/molecule/setup-slide/test/fixtures.js.map +0 -1
  334. package/es/molecule/setup-slider/test/fixtures.js +0 -15
  335. package/es/molecule/setup-slider/test/fixtures.js.map +0 -1
  336. package/es/molecule/share/test/fixtures.js +0 -13
  337. package/es/molecule/share/test/fixtures.js.map +0 -1
  338. package/es/molecule/skill-card/test/fixtures.js +0 -19
  339. package/es/molecule/skill-card/test/fixtures.js.map +0 -1
  340. package/es/molecule/ssmenu-list/test/fixtures.js +0 -19
  341. package/es/molecule/ssmenu-list/test/fixtures.js.map +0 -1
  342. package/es/molecule/subscription-freemium/test/fixtures.js +0 -13
  343. package/es/molecule/subscription-freemium/test/fixtures.js.map +0 -1
  344. package/es/molecule/subscription-premium/test/fixtures.js +0 -15
  345. package/es/molecule/subscription-premium/test/fixtures.js.map +0 -1
  346. package/es/molecule/table/test/fixtures.js +0 -19
  347. package/es/molecule/table/test/fixtures.js.map +0 -1
  348. package/es/molecule/teams-popin/test/fixtures.js +0 -29
  349. package/es/molecule/teams-popin/test/fixtures.js.map +0 -1
  350. package/es/molecule/theme-image/test/fixtures.js +0 -13
  351. package/es/molecule/theme-image/test/fixtures.js.map +0 -1
  352. package/es/molecule/title-and-checkbox-wrapper/test/fixtures.js +0 -19
  353. package/es/molecule/title-and-checkbox-wrapper/test/fixtures.js.map +0 -1
  354. package/es/molecule/titled-checkbox/test/fixtures.js +0 -17
  355. package/es/molecule/titled-checkbox/test/fixtures.js.map +0 -1
  356. package/es/molecule/unsubscribe/test/fixtures.js +0 -15
  357. package/es/molecule/unsubscribe/test/fixtures.js.map +0 -1
  358. package/es/molecule/vertical-tabs/test/fixtures.js +0 -17
  359. package/es/molecule/vertical-tabs/test/fixtures.js.map +0 -1
  360. package/es/molecule/video-iframe/test/fixtures.js +0 -25
  361. package/es/molecule/video-iframe/test/fixtures.js.map +0 -1
  362. package/es/molecule/video-player/test/fixtures.js +0 -29
  363. package/es/molecule/video-player/test/fixtures.js.map +0 -1
  364. package/es/molecule/wizard-summary/test/fixtures.js +0 -23
  365. package/es/molecule/wizard-summary/test/fixtures.js.map +0 -1
  366. package/es/organism/accordion/container/test/fixtures.js +0 -17
  367. package/es/organism/accordion/container/test/fixtures.js.map +0 -1
  368. package/es/organism/accordion/coorp-manager/part/test/fixtures.js +0 -17
  369. package/es/organism/accordion/coorp-manager/part/test/fixtures.js.map +0 -1
  370. package/es/organism/accordion/coorp-manager/test/fixtures.js +0 -13
  371. package/es/organism/accordion/coorp-manager/test/fixtures.js.map +0 -1
  372. package/es/organism/accordion/part/test/fixtures.js +0 -15
  373. package/es/organism/accordion/part/test/fixtures.js.map +0 -1
  374. package/es/organism/accordion/toggler/test/fixtures.js +0 -17
  375. package/es/organism/accordion/toggler/test/fixtures.js.map +0 -1
  376. package/es/organism/brand-analytics/test/fixtures.js +0 -23
  377. package/es/organism/brand-analytics/test/fixtures.js.map +0 -1
  378. package/es/organism/brand-dashboard/test/fixtures.js +0 -15
  379. package/es/organism/brand-dashboard/test/fixtures.js.map +0 -1
  380. package/es/organism/brand-form/test/fixtures.js +0 -37
  381. package/es/organism/brand-form/test/fixtures.js.map +0 -1
  382. package/es/organism/brand-table/test/fixtures.js +0 -19
  383. package/es/organism/brand-table/test/fixtures.js.map +0 -1
  384. package/es/organism/brand-upload/test/fixtures.js +0 -15
  385. package/es/organism/brand-upload/test/fixtures.js.map +0 -1
  386. package/es/organism/cards-grid/test/fixtures.js +0 -19
  387. package/es/organism/cards-grid/test/fixtures.js.map +0 -1
  388. package/es/organism/cart/test/fixtures.js +0 -13
  389. package/es/organism/cart/test/fixtures.js.map +0 -1
  390. package/es/organism/content-translation/test/fixtures.js +0 -15
  391. package/es/organism/content-translation/test/fixtures.js.map +0 -1
  392. package/es/organism/course-selection/test/fixtures.js +0 -25
  393. package/es/organism/course-selection/test/fixtures.js.map +0 -1
  394. package/es/organism/discussion/test/fixtures.js +0 -19
  395. package/es/organism/discussion/test/fixtures.js.map +0 -1
  396. package/es/organism/get-the-app/test/fixtures.js +0 -13
  397. package/es/organism/get-the-app/test/fixtures.js.map +0 -1
  398. package/es/organism/grid-list/test/fixtures.js +0 -13
  399. package/es/organism/grid-list/test/fixtures.js.map +0 -1
  400. package/es/organism/header/test/fixtures.js +0 -13
  401. package/es/organism/header/test/fixtures.js.map +0 -1
  402. package/es/organism/hero/test/fixtures.js +0 -17
  403. package/es/organism/hero/test/fixtures.js.map +0 -1
  404. package/es/organism/list-item/test/fixtures.js +0 -19
  405. package/es/organism/list-item/test/fixtures.js.map +0 -1
  406. package/es/organism/list-items/test/fixtures.js +0 -17
  407. package/es/organism/list-items/test/fixtures.js.map +0 -1
  408. package/es/organism/mooc/image-slider/test/fixtures.js +0 -15
  409. package/es/organism/mooc/image-slider/test/fixtures.js.map +0 -1
  410. package/es/organism/mooc-footer/test/fixtures.js +0 -23
  411. package/es/organism/mooc-footer/test/fixtures.js.map +0 -1
  412. package/es/organism/mooc-header/test/fixtures.js +0 -31
  413. package/es/organism/mooc-header/test/fixtures.js.map +0 -1
  414. package/es/organism/popin/test/fixtures.js +0 -13
  415. package/es/organism/popin/test/fixtures.js.map +0 -1
  416. package/es/organism/resource-browser/test/fixtures.js +0 -37
  417. package/es/organism/resource-browser/test/fixtures.js.map +0 -1
  418. package/es/organism/review-congrats/test/fixtures.js +0 -13
  419. package/es/organism/review-congrats/test/fixtures.js.map +0 -1
  420. package/es/organism/review-header/test/fixtures.js +0 -25
  421. package/es/organism/review-header/test/fixtures.js.map +0 -1
  422. package/es/organism/review-skills/test/fixtures.js +0 -17
  423. package/es/organism/review-skills/test/fixtures.js.map +0 -1
  424. package/es/organism/rewards-form/test/fixtures.js +0 -19
  425. package/es/organism/rewards-form/test/fixtures.js.map +0 -1
  426. package/es/organism/search-and-chips-results/test/fixtures.js +0 -23
  427. package/es/organism/search-and-chips-results/test/fixtures.js.map +0 -1
  428. package/es/organism/settings/test/fixtures.js +0 -19
  429. package/es/organism/settings/test/fixtures.js.map +0 -1
  430. package/es/organism/setup-header/test/fixtures.js +0 -15
  431. package/es/organism/setup-header/test/fixtures.js.map +0 -1
  432. package/es/organism/sidebar/test/fixtures.js +0 -23
  433. package/es/organism/sidebar/test/fixtures.js.map +0 -1
  434. package/es/organism/slider/test/fixtures.js +0 -15
  435. package/es/organism/slider/test/fixtures.js.map +0 -1
  436. package/es/organism/user-preferences/test/fixtures.js +0 -13
  437. package/es/organism/user-preferences/test/fixtures.js.map +0 -1
  438. package/es/organism/wizard-contents/test/fixtures.js +0 -27
  439. package/es/organism/wizard-contents/test/fixtures.js.map +0 -1
  440. package/es/template/activity/test/fixtures.js +0 -21
  441. package/es/template/activity/test/fixtures.js.map +0 -1
  442. package/es/template/app-player/loading/test/fixtures.js +0 -13
  443. package/es/template/app-player/loading/test/fixtures.js.map +0 -1
  444. package/es/template/app-player/player/slides/footer/test/fixtures.js +0 -29
  445. package/es/template/app-player/player/slides/footer/test/fixtures.js.map +0 -1
  446. package/es/template/app-player/player/slides/header/test/fixtures.js +0 -23
  447. package/es/template/app-player/player/slides/header/test/fixtures.js.map +0 -1
  448. package/es/template/app-player/player/slides/test/fixtures.js +0 -79
  449. package/es/template/app-player/player/slides/test/fixtures.js.map +0 -1
  450. package/es/template/app-player/player/test/fixtures.js +0 -55
  451. package/es/template/app-player/player/test/fixtures.js.map +0 -1
  452. package/es/template/app-player/popin-correction/test/fixtures.js +0 -47
  453. package/es/template/app-player/popin-correction/test/fixtures.js.map +0 -1
  454. package/es/template/app-player/popin-end/test/fixtures.js +0 -51
  455. package/es/template/app-player/popin-end/test/fixtures.js.map +0 -1
  456. package/es/template/app-player/popin-header/test/fixtures.js +0 -29
  457. package/es/template/app-player/popin-header/test/fixtures.js.map +0 -1
  458. package/es/template/back-office/brand-create/test/fixtures.js +0 -19
  459. package/es/template/back-office/brand-create/test/fixtures.js.map +0 -1
  460. package/es/template/back-office/brand-list/test/fixtures.js +0 -17
  461. package/es/template/back-office/brand-list/test/fixtures.js.map +0 -1
  462. package/es/template/back-office/brand-update/test/fixtures.js +0 -89
  463. package/es/template/back-office/brand-update/test/fixtures.js.map +0 -1
  464. package/es/template/back-office/dashboard-preview/test/fixtures.js +0 -23
  465. package/es/template/back-office/dashboard-preview/test/fixtures.js.map +0 -1
  466. package/es/template/battle-requests/test/fixtures.js +0 -13
  467. package/es/template/battle-requests/test/fixtures.js.map +0 -1
  468. package/es/template/cockpit/jw-uploader/test/fixtures.js +0 -13
  469. package/es/template/cockpit/jw-uploader/test/fixtures.js.map +0 -1
  470. package/es/template/common/authors/test/fixtures.js +0 -15
  471. package/es/template/common/authors/test/fixtures.js.map +0 -1
  472. package/es/template/common/coorp-header/test/fixtures.js +0 -15
  473. package/es/template/common/coorp-header/test/fixtures.js.map +0 -1
  474. package/es/template/common/dashboard/test/fixtures.js +0 -17
  475. package/es/template/common/dashboard/test/fixtures.js.map +0 -1
  476. package/es/template/common/discipline/test/fixtures.js +0 -47
  477. package/es/template/common/discipline/test/fixtures.js.map +0 -1
  478. package/es/template/common/search-page/test/fixtures.js +0 -17
  479. package/es/template/common/search-page/test/fixtures.js.map +0 -1
  480. package/es/template/external-course/test/fixtures.js +0 -35
  481. package/es/template/external-course/test/fixtures.js.map +0 -1
  482. package/es/template/review-dashboard-skills/test/fixtures.js +0 -17
  483. package/es/template/review-dashboard-skills/test/fixtures.js.map +0 -1
  484. package/es/template/slides-review/test/fixtures.js +0 -19
  485. package/es/template/slides-review/test/fixtures.js.map +0 -1
  486. package/es/template/teams-dashboard/test/fixtures.js +0 -17
  487. package/es/template/teams-dashboard/test/fixtures.js.map +0 -1
  488. package/lib/atom/autocomplete/test/fixtures.js +0 -31
  489. package/lib/atom/autocomplete/test/fixtures.js.map +0 -1
  490. package/lib/atom/avatar/test/fixtures.js +0 -22
  491. package/lib/atom/avatar/test/fixtures.js.map +0 -1
  492. package/lib/atom/button/test/fixtures.js +0 -43
  493. package/lib/atom/button/test/fixtures.js.map +0 -1
  494. package/lib/atom/button-link/test/fixtures.js +0 -49
  495. package/lib/atom/button-link/test/fixtures.js.map +0 -1
  496. package/lib/atom/button-link-icon-only/test/fixtures.js +0 -37
  497. package/lib/atom/button-link-icon-only/test/fixtures.js.map +0 -1
  498. package/lib/atom/button-menu/test/fixtures.js +0 -25
  499. package/lib/atom/button-menu/test/fixtures.js.map +0 -1
  500. package/lib/atom/card-image-preview/test/fixtures.js +0 -25
  501. package/lib/atom/card-image-preview/test/fixtures.js.map +0 -1
  502. package/lib/atom/catalog-section/test/fixtures.js +0 -25
  503. package/lib/atom/catalog-section/test/fixtures.js.map +0 -1
  504. package/lib/atom/centered-text/test/fixtures.js +0 -22
  505. package/lib/atom/centered-text/test/fixtures.js.map +0 -1
  506. package/lib/atom/checkbox/test/fixtures.js +0 -31
  507. package/lib/atom/checkbox/test/fixtures.js.map +0 -1
  508. package/lib/atom/checkbox-with-title/test/fixtures.js +0 -25
  509. package/lib/atom/checkbox-with-title/test/fixtures.js.map +0 -1
  510. package/lib/atom/chips/test/fixtures.js +0 -28
  511. package/lib/atom/chips/test/fixtures.js.map +0 -1
  512. package/lib/atom/clue/test/fixtures.js +0 -28
  513. package/lib/atom/clue/test/fixtures.js.map +0 -1
  514. package/lib/atom/content-badge/test/fixtures.js +0 -46
  515. package/lib/atom/content-badge/test/fixtures.js.map +0 -1
  516. package/lib/atom/cta/test/fixtures.js +0 -58
  517. package/lib/atom/cta/test/fixtures.js.map +0 -1
  518. package/lib/atom/difficulty-level/test/fixtures.js +0 -31
  519. package/lib/atom/difficulty-level/test/fixtures.js.map +0 -1
  520. package/lib/atom/drag-and-drop/test/fixtures.js +0 -55
  521. package/lib/atom/drag-and-drop/test/fixtures.js.map +0 -1
  522. package/lib/atom/empty-search-result/test/fixtures.js +0 -22
  523. package/lib/atom/empty-search-result/test/fixtures.js.map +0 -1
  524. package/lib/atom/image-upload/test/fixtures.js +0 -52
  525. package/lib/atom/image-upload/test/fixtures.js.map +0 -1
  526. package/lib/atom/input-checkbox/test/fixtures.js +0 -40
  527. package/lib/atom/input-checkbox/test/fixtures.js.map +0 -1
  528. package/lib/atom/input-color/test/fixtures.js +0 -31
  529. package/lib/atom/input-color/test/fixtures.js.map +0 -1
  530. package/lib/atom/input-doublestep/test/fixtures.js +0 -34
  531. package/lib/atom/input-doublestep/test/fixtures.js.map +0 -1
  532. package/lib/atom/input-html/test/fixtures.js +0 -28
  533. package/lib/atom/input-html/test/fixtures.js.map +0 -1
  534. package/lib/atom/input-readonly/test/fixtures.js +0 -22
  535. package/lib/atom/input-readonly/test/fixtures.js.map +0 -1
  536. package/lib/atom/input-search/test/fixtures.js +0 -31
  537. package/lib/atom/input-search/test/fixtures.js.map +0 -1
  538. package/lib/atom/input-switch/test/fixtures.js +0 -52
  539. package/lib/atom/input-switch/test/fixtures.js.map +0 -1
  540. package/lib/atom/input-text/test/fixtures.js +0 -43
  541. package/lib/atom/input-text/test/fixtures.js.map +0 -1
  542. package/lib/atom/input-text-with-title/test/fixtures.js +0 -25
  543. package/lib/atom/input-text-with-title/test/fixtures.js.map +0 -1
  544. package/lib/atom/input-textarea/test/fixtures.js +0 -34
  545. package/lib/atom/input-textarea/test/fixtures.js.map +0 -1
  546. package/lib/atom/label/test/fixtures.js +0 -25
  547. package/lib/atom/label/test/fixtures.js.map +0 -1
  548. package/lib/atom/life/test/fixtures.js +0 -40
  549. package/lib/atom/life/test/fixtures.js.map +0 -1
  550. package/lib/atom/link/test/fixtures.js +0 -28
  551. package/lib/atom/link/test/fixtures.js.map +0 -1
  552. package/lib/atom/loader/test/fixtures.js +0 -25
  553. package/lib/atom/loader/test/fixtures.js.map +0 -1
  554. package/lib/atom/lottie-wrapper/test/fixtures.js +0 -31
  555. package/lib/atom/lottie-wrapper/test/fixtures.js.map +0 -1
  556. package/lib/atom/notification/test/fixtures.js +0 -28
  557. package/lib/atom/notification/test/fixtures.js.map +0 -1
  558. package/lib/atom/picture/test/fixtures.js +0 -31
  559. package/lib/atom/picture/test/fixtures.js.map +0 -1
  560. package/lib/atom/picture-background/test/fixtures.js +0 -31
  561. package/lib/atom/picture-background/test/fixtures.js.map +0 -1
  562. package/lib/atom/promo-code/test/fixtures.js +0 -28
  563. package/lib/atom/promo-code/test/fixtures.js.map +0 -1
  564. package/lib/atom/provider/test/fixtures.js +0 -22
  565. package/lib/atom/provider/test/fixtures.js.map +0 -1
  566. package/lib/atom/radio-group/test/fixtures.js +0 -28
  567. package/lib/atom/radio-group/test/fixtures.js.map +0 -1
  568. package/lib/atom/range/test/fixtures.js +0 -25
  569. package/lib/atom/range/test/fixtures.js.map +0 -1
  570. package/lib/atom/resource-miniature/test/fixtures.js +0 -34
  571. package/lib/atom/resource-miniature/test/fixtures.js.map +0 -1
  572. package/lib/atom/review-background/test/fixtures.js +0 -22
  573. package/lib/atom/review-background/test/fixtures.js.map +0 -1
  574. package/lib/atom/review-header-step-item/test/fixtures.js +0 -31
  575. package/lib/atom/review-header-step-item/test/fixtures.js.map +0 -1
  576. package/lib/atom/review-presentation/test/fixtures.js +0 -22
  577. package/lib/atom/review-presentation/test/fixtures.js.map +0 -1
  578. package/lib/atom/select/test/fixtures.js +0 -73
  579. package/lib/atom/select/test/fixtures.js.map +0 -1
  580. package/lib/atom/slide/test/fixtures.js +0 -34
  581. package/lib/atom/slide/test/fixtures.js.map +0 -1
  582. package/lib/atom/social-link/test/fixtures.js +0 -28
  583. package/lib/atom/social-link/test/fixtures.js.map +0 -1
  584. package/lib/atom/spinner/test/fixtures.js +0 -22
  585. package/lib/atom/spinner/test/fixtures.js.map +0 -1
  586. package/lib/atom/tab/test/fixtures.js +0 -22
  587. package/lib/atom/tab/test/fixtures.js.map +0 -1
  588. package/lib/atom/tab-content/test/fixtures.js +0 -25
  589. package/lib/atom/tab-content/test/fixtures.js.map +0 -1
  590. package/lib/atom/tag/test/fixtures.js +0 -34
  591. package/lib/atom/tag/test/fixtures.js.map +0 -1
  592. package/lib/atom/title/test/fixtures.js +0 -28
  593. package/lib/atom/title/test/fixtures.js.map +0 -1
  594. package/lib/atom/video-upload/test/fixtures.js +0 -34
  595. package/lib/atom/video-upload/test/fixtures.js.map +0 -1
  596. package/lib/atom/wizard-steps/test/fixtures.js +0 -28
  597. package/lib/atom/wizard-steps/test/fixtures.js.map +0 -1
  598. package/lib/hoc/animation/test/fixtures.js +0 -25
  599. package/lib/hoc/animation/test/fixtures.js.map +0 -1
  600. package/lib/hoc/animation-scheduler/test/fixtures.js +0 -25
  601. package/lib/hoc/animation-scheduler/test/fixtures.js.map +0 -1
  602. package/lib/hoc/swapper/test/fixtures.js +0 -22
  603. package/lib/hoc/swapper/test/fixtures.js.map +0 -1
  604. package/lib/hoc/transition/test/fixtures.js +0 -22
  605. package/lib/hoc/transition/test/fixtures.js.map +0 -1
  606. package/lib/molecule/add-to-my-list/test/fixtures.js +0 -25
  607. package/lib/molecule/add-to-my-list/test/fixtures.js.map +0 -1
  608. package/lib/molecule/answer/test/fixtures.js +0 -55
  609. package/lib/molecule/answer/test/fixtures.js.map +0 -1
  610. package/lib/molecule/audio/test/fixtures.js +0 -25
  611. package/lib/molecule/audio/test/fixtures.js.map +0 -1
  612. package/lib/molecule/banner/test/fixtures.js +0 -37
  613. package/lib/molecule/banner/test/fixtures.js.map +0 -1
  614. package/lib/molecule/battle-request/test/fixtures.js +0 -25
  615. package/lib/molecule/battle-request/test/fixtures.js.map +0 -1
  616. package/lib/molecule/brand-card/test/fixtures.js +0 -25
  617. package/lib/molecule/brand-card/test/fixtures.js.map +0 -1
  618. package/lib/molecule/brand-card-create/test/fixtures.js +0 -22
  619. package/lib/molecule/brand-card-create/test/fixtures.js.map +0 -1
  620. package/lib/molecule/brand-create-form/test/fixtures.js +0 -31
  621. package/lib/molecule/brand-create-form/test/fixtures.js.map +0 -1
  622. package/lib/molecule/brand-download-box/test/fixtures.js +0 -28
  623. package/lib/molecule/brand-download-box/test/fixtures.js.map +0 -1
  624. package/lib/molecule/brand-form-group/test/fixtures.js +0 -58
  625. package/lib/molecule/brand-form-group/test/fixtures.js.map +0 -1
  626. package/lib/molecule/brand-tabs/test/fixtures.js +0 -46
  627. package/lib/molecule/brand-tabs/test/fixtures.js.map +0 -1
  628. package/lib/molecule/brand-upload-box/test/fixtures.js +0 -28
  629. package/lib/molecule/brand-upload-box/test/fixtures.js.map +0 -1
  630. package/lib/molecule/breadcrumbs/test/fixtures.js +0 -22
  631. package/lib/molecule/breadcrumbs/test/fixtures.js.map +0 -1
  632. package/lib/molecule/bullet-point-menu-button/test/fixtures.js +0 -25
  633. package/lib/molecule/bullet-point-menu-button/test/fixtures.js.map +0 -1
  634. package/lib/molecule/card/test/fixtures.js +0 -70
  635. package/lib/molecule/card/test/fixtures.js.map +0 -1
  636. package/lib/molecule/card-content/test/fixtures.js +0 -43
  637. package/lib/molecule/card-content/test/fixtures.js.map +0 -1
  638. package/lib/molecule/card-with-button/test/fixtures.js +0 -28
  639. package/lib/molecule/card-with-button/test/fixtures.js.map +0 -1
  640. package/lib/molecule/cm-popin/test/fixtures.js +0 -28
  641. package/lib/molecule/cm-popin/test/fixtures.js.map +0 -1
  642. package/lib/molecule/cookie-banner/test/fixtures.js +0 -22
  643. package/lib/molecule/cookie-banner/test/fixtures.js.map +0 -1
  644. package/lib/molecule/coorp-manager-roles/test/fixtures.js +0 -22
  645. package/lib/molecule/coorp-manager-roles/test/fixtures.js.map +0 -1
  646. package/lib/molecule/course-section/test/fixtures.js +0 -34
  647. package/lib/molecule/course-section/test/fixtures.js.map +0 -1
  648. package/lib/molecule/course-sections/test/fixtures.js +0 -28
  649. package/lib/molecule/course-sections/test/fixtures.js.map +0 -1
  650. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js +0 -25
  651. package/lib/molecule/dashboard/battle-request-list/test/fixtures.js.map +0 -1
  652. package/lib/molecule/dashboard/cards-list/test/fixtures.js +0 -37
  653. package/lib/molecule/dashboard/cards-list/test/fixtures.js.map +0 -1
  654. package/lib/molecule/dashboard/news-list/test/fixtures.js +0 -28
  655. package/lib/molecule/dashboard/news-list/test/fixtures.js.map +0 -1
  656. package/lib/molecule/dashboard/review-banner/test/fixtures.js +0 -22
  657. package/lib/molecule/dashboard/review-banner/test/fixtures.js.map +0 -1
  658. package/lib/molecule/dashboard/start-battle/test/fixtures.js +0 -25
  659. package/lib/molecule/dashboard/start-battle/test/fixtures.js.map +0 -1
  660. package/lib/molecule/discipline-cta/test/fixtures.js +0 -25
  661. package/lib/molecule/discipline-cta/test/fixtures.js.map +0 -1
  662. package/lib/molecule/discipline-header/test/fixtures.js +0 -43
  663. package/lib/molecule/discipline-header/test/fixtures.js.map +0 -1
  664. package/lib/molecule/discipline-partners/test/fixtures.js +0 -34
  665. package/lib/molecule/discipline-partners/test/fixtures.js.map +0 -1
  666. package/lib/molecule/discipline-scope/test/fixtures.js +0 -43
  667. package/lib/molecule/discipline-scope/test/fixtures.js.map +0 -1
  668. package/lib/molecule/drag-and-drop/test/fixtures.js +0 -40
  669. package/lib/molecule/drag-and-drop/test/fixtures.js.map +0 -1
  670. package/lib/molecule/drag-and-drop-wrapper/test/fixtures.js +0 -28
  671. package/lib/molecule/drag-and-drop-wrapper/test/fixtures.js.map +0 -1
  672. package/lib/molecule/draggable/test/fixtures.js +0 -22
  673. package/lib/molecule/draggable/test/fixtures.js.map +0 -1
  674. package/lib/molecule/draggable-list/test/fixtures.js +0 -25
  675. package/lib/molecule/draggable-list/test/fixtures.js.map +0 -1
  676. package/lib/molecule/external-content-button/test/fixtures.js +0 -31
  677. package/lib/molecule/external-content-button/test/fixtures.js.map +0 -1
  678. package/lib/molecule/external-content-viewer/test/fixtures.js +0 -43
  679. package/lib/molecule/external-content-viewer/test/fixtures.js.map +0 -1
  680. package/lib/molecule/feedback/test/fixtures.js +0 -43
  681. package/lib/molecule/feedback/test/fixtures.js.map +0 -1
  682. package/lib/molecule/filters/test/fixtures.js +0 -52
  683. package/lib/molecule/filters/test/fixtures.js.map +0 -1
  684. package/lib/molecule/forum/forum-comment/test/fixtures.js +0 -28
  685. package/lib/molecule/forum/forum-comment/test/fixtures.js.map +0 -1
  686. package/lib/molecule/forum/forum-post/test/fixtures.js +0 -49
  687. package/lib/molecule/forum/forum-post/test/fixtures.js.map +0 -1
  688. package/lib/molecule/forum/forum-thread/test/fixtures.js +0 -28
  689. package/lib/molecule/forum/forum-thread/test/fixtures.js.map +0 -1
  690. package/lib/molecule/hero/test/fixtures.js +0 -25
  691. package/lib/molecule/hero/test/fixtures.js.map +0 -1
  692. package/lib/molecule/input-text-with-titled-checkbox/test/fixtures.js +0 -25
  693. package/lib/molecule/input-text-with-titled-checkbox/test/fixtures.js.map +0 -1
  694. package/lib/molecule/list-badges/test/fixtures.js +0 -31
  695. package/lib/molecule/list-badges/test/fixtures.js.map +0 -1
  696. package/lib/molecule/login-alert/test/fixtures.js +0 -22
  697. package/lib/molecule/login-alert/test/fixtures.js.map +0 -1
  698. package/lib/molecule/menu-list/test/fixtures.js +0 -22
  699. package/lib/molecule/menu-list/test/fixtures.js.map +0 -1
  700. package/lib/molecule/message-popin/test/fixtures.js +0 -22
  701. package/lib/molecule/message-popin/test/fixtures.js.map +0 -1
  702. package/lib/molecule/modal/test/fixtures.js +0 -22
  703. package/lib/molecule/modal/test/fixtures.js.map +0 -1
  704. package/lib/molecule/module-bubble/test/fixtures.js +0 -28
  705. package/lib/molecule/module-bubble/test/fixtures.js.map +0 -1
  706. package/lib/molecule/module-card/test/fixtures.js +0 -28
  707. package/lib/molecule/module-card/test/fixtures.js.map +0 -1
  708. package/lib/molecule/news/test/fixtures.js +0 -37
  709. package/lib/molecule/news/test/fixtures.js.map +0 -1
  710. package/lib/molecule/notification-banner/test/fixtures.js +0 -28
  711. package/lib/molecule/notification-banner/test/fixtures.js.map +0 -1
  712. package/lib/molecule/pagination/test/fixtures.js +0 -25
  713. package/lib/molecule/pagination/test/fixtures.js.map +0 -1
  714. package/lib/molecule/payment-form/test/fixtures.js +0 -28
  715. package/lib/molecule/payment-form/test/fixtures.js.map +0 -1
  716. package/lib/molecule/pdf/test/fixtures.js +0 -22
  717. package/lib/molecule/pdf/test/fixtures.js.map +0 -1
  718. package/lib/molecule/popin/test/fixtures.js +0 -34
  719. package/lib/molecule/popin/test/fixtures.js.map +0 -1
  720. package/lib/molecule/product-card/test/fixtures.js +0 -22
  721. package/lib/molecule/product-card/test/fixtures.js.map +0 -1
  722. package/lib/molecule/progress-bar/test/fixtures.js +0 -25
  723. package/lib/molecule/progress-bar/test/fixtures.js.map +0 -1
  724. package/lib/molecule/questions/drop-down/test/fixtures.js +0 -25
  725. package/lib/molecule/questions/drop-down/test/fixtures.js.map +0 -1
  726. package/lib/molecule/questions/free-text/test/fixtures.js +0 -28
  727. package/lib/molecule/questions/free-text/test/fixtures.js.map +0 -1
  728. package/lib/molecule/questions/qcm/test/fixtures.js +0 -31
  729. package/lib/molecule/questions/qcm/test/fixtures.js.map +0 -1
  730. package/lib/molecule/questions/qcm-drag/test/fixtures.js +0 -25
  731. package/lib/molecule/questions/qcm-drag/test/fixtures.js.map +0 -1
  732. package/lib/molecule/questions/qcm-graphic/test/fixtures.js +0 -25
  733. package/lib/molecule/questions/qcm-graphic/test/fixtures.js.map +0 -1
  734. package/lib/molecule/questions/question-range/test/fixtures.js +0 -22
  735. package/lib/molecule/questions/question-range/test/fixtures.js.map +0 -1
  736. package/lib/molecule/questions/template/test/fixtures.js +0 -25
  737. package/lib/molecule/questions/template/test/fixtures.js.map +0 -1
  738. package/lib/molecule/quick-access-card/test/fixtures.js +0 -34
  739. package/lib/molecule/quick-access-card/test/fixtures.js.map +0 -1
  740. package/lib/molecule/quick-access-cards-group/test/fixtures.js +0 -34
  741. package/lib/molecule/quick-access-cards-group/test/fixtures.js.map +0 -1
  742. package/lib/molecule/resource-player/test/fixtures.js +0 -40
  743. package/lib/molecule/resource-player/test/fixtures.js.map +0 -1
  744. package/lib/molecule/review-card-congrats/test/fixtures.js +0 -25
  745. package/lib/molecule/review-card-congrats/test/fixtures.js.map +0 -1
  746. package/lib/molecule/review-correction-popin/test/fixtures.js +0 -25
  747. package/lib/molecule/review-correction-popin/test/fixtures.js.map +0 -1
  748. package/lib/molecule/review-header-steps/test/fixtures.js +0 -37
  749. package/lib/molecule/review-header-steps/test/fixtures.js.map +0 -1
  750. package/lib/molecule/scope-content/test/fixtures.js +0 -43
  751. package/lib/molecule/scope-content/test/fixtures.js.map +0 -1
  752. package/lib/molecule/scope-tabs/test/fixtures.js +0 -28
  753. package/lib/molecule/scope-tabs/test/fixtures.js.map +0 -1
  754. package/lib/molecule/search-form/test/fixtures.js +0 -22
  755. package/lib/molecule/search-form/test/fixtures.js.map +0 -1
  756. package/lib/molecule/select-multiple/test/fixtures.js +0 -49
  757. package/lib/molecule/select-multiple/test/fixtures.js.map +0 -1
  758. package/lib/molecule/setup-cohort-item/test/fixtures.js +0 -31
  759. package/lib/molecule/setup-cohort-item/test/fixtures.js.map +0 -1
  760. package/lib/molecule/setup-section/test/fixtures.js +0 -40
  761. package/lib/molecule/setup-section/test/fixtures.js.map +0 -1
  762. package/lib/molecule/setup-sections/test/fixtures.js +0 -31
  763. package/lib/molecule/setup-sections/test/fixtures.js.map +0 -1
  764. package/lib/molecule/setup-slide/test/fixtures.js +0 -40
  765. package/lib/molecule/setup-slide/test/fixtures.js.map +0 -1
  766. package/lib/molecule/setup-slider/test/fixtures.js +0 -25
  767. package/lib/molecule/setup-slider/test/fixtures.js.map +0 -1
  768. package/lib/molecule/share/test/fixtures.js +0 -22
  769. package/lib/molecule/share/test/fixtures.js.map +0 -1
  770. package/lib/molecule/skill-card/test/fixtures.js +0 -31
  771. package/lib/molecule/skill-card/test/fixtures.js.map +0 -1
  772. package/lib/molecule/ssmenu-list/test/fixtures.js +0 -31
  773. package/lib/molecule/ssmenu-list/test/fixtures.js.map +0 -1
  774. package/lib/molecule/subscription-freemium/test/fixtures.js +0 -22
  775. package/lib/molecule/subscription-freemium/test/fixtures.js.map +0 -1
  776. package/lib/molecule/subscription-premium/test/fixtures.js +0 -25
  777. package/lib/molecule/subscription-premium/test/fixtures.js.map +0 -1
  778. package/lib/molecule/table/test/fixtures.js +0 -31
  779. package/lib/molecule/table/test/fixtures.js.map +0 -1
  780. package/lib/molecule/teams-popin/test/fixtures.js +0 -46
  781. package/lib/molecule/teams-popin/test/fixtures.js.map +0 -1
  782. package/lib/molecule/theme-image/test/fixtures.js +0 -22
  783. package/lib/molecule/theme-image/test/fixtures.js.map +0 -1
  784. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures.js +0 -31
  785. package/lib/molecule/title-and-checkbox-wrapper/test/fixtures.js.map +0 -1
  786. package/lib/molecule/titled-checkbox/test/fixtures.js +0 -28
  787. package/lib/molecule/titled-checkbox/test/fixtures.js.map +0 -1
  788. package/lib/molecule/unsubscribe/test/fixtures.js +0 -25
  789. package/lib/molecule/unsubscribe/test/fixtures.js.map +0 -1
  790. package/lib/molecule/vertical-tabs/test/fixtures.js +0 -28
  791. package/lib/molecule/vertical-tabs/test/fixtures.js.map +0 -1
  792. package/lib/molecule/video-iframe/test/fixtures.js +0 -40
  793. package/lib/molecule/video-iframe/test/fixtures.js.map +0 -1
  794. package/lib/molecule/video-player/test/fixtures.js +0 -46
  795. package/lib/molecule/video-player/test/fixtures.js.map +0 -1
  796. package/lib/molecule/wizard-summary/test/fixtures.js +0 -37
  797. package/lib/molecule/wizard-summary/test/fixtures.js.map +0 -1
  798. package/lib/organism/accordion/container/test/fixtures.js +0 -28
  799. package/lib/organism/accordion/container/test/fixtures.js.map +0 -1
  800. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js +0 -28
  801. package/lib/organism/accordion/coorp-manager/part/test/fixtures.js.map +0 -1
  802. package/lib/organism/accordion/coorp-manager/test/fixtures.js +0 -22
  803. package/lib/organism/accordion/coorp-manager/test/fixtures.js.map +0 -1
  804. package/lib/organism/accordion/part/test/fixtures.js +0 -25
  805. package/lib/organism/accordion/part/test/fixtures.js.map +0 -1
  806. package/lib/organism/accordion/toggler/test/fixtures.js +0 -28
  807. package/lib/organism/accordion/toggler/test/fixtures.js.map +0 -1
  808. package/lib/organism/brand-analytics/test/fixtures.js +0 -37
  809. package/lib/organism/brand-analytics/test/fixtures.js.map +0 -1
  810. package/lib/organism/brand-dashboard/test/fixtures.js +0 -25
  811. package/lib/organism/brand-dashboard/test/fixtures.js.map +0 -1
  812. package/lib/organism/brand-form/test/fixtures.js +0 -58
  813. package/lib/organism/brand-form/test/fixtures.js.map +0 -1
  814. package/lib/organism/brand-table/test/fixtures.js +0 -31
  815. package/lib/organism/brand-table/test/fixtures.js.map +0 -1
  816. package/lib/organism/brand-upload/test/fixtures.js +0 -25
  817. package/lib/organism/brand-upload/test/fixtures.js.map +0 -1
  818. package/lib/organism/cards-grid/test/fixtures.js +0 -31
  819. package/lib/organism/cards-grid/test/fixtures.js.map +0 -1
  820. package/lib/organism/cart/test/fixtures.js +0 -22
  821. package/lib/organism/cart/test/fixtures.js.map +0 -1
  822. package/lib/organism/content-translation/test/fixtures.js +0 -25
  823. package/lib/organism/content-translation/test/fixtures.js.map +0 -1
  824. package/lib/organism/course-selection/test/fixtures.js +0 -40
  825. package/lib/organism/course-selection/test/fixtures.js.map +0 -1
  826. package/lib/organism/discussion/test/fixtures.js +0 -31
  827. package/lib/organism/discussion/test/fixtures.js.map +0 -1
  828. package/lib/organism/get-the-app/test/fixtures.js +0 -22
  829. package/lib/organism/get-the-app/test/fixtures.js.map +0 -1
  830. package/lib/organism/grid-list/test/fixtures.js +0 -22
  831. package/lib/organism/grid-list/test/fixtures.js.map +0 -1
  832. package/lib/organism/header/test/fixtures.js +0 -22
  833. package/lib/organism/header/test/fixtures.js.map +0 -1
  834. package/lib/organism/hero/test/fixtures.js +0 -28
  835. package/lib/organism/hero/test/fixtures.js.map +0 -1
  836. package/lib/organism/list-item/test/fixtures.js +0 -31
  837. package/lib/organism/list-item/test/fixtures.js.map +0 -1
  838. package/lib/organism/list-items/test/fixtures.js +0 -28
  839. package/lib/organism/list-items/test/fixtures.js.map +0 -1
  840. package/lib/organism/mooc/image-slider/test/fixtures.js +0 -25
  841. package/lib/organism/mooc/image-slider/test/fixtures.js.map +0 -1
  842. package/lib/organism/mooc-footer/test/fixtures.js +0 -37
  843. package/lib/organism/mooc-footer/test/fixtures.js.map +0 -1
  844. package/lib/organism/mooc-header/test/fixtures.js +0 -49
  845. package/lib/organism/mooc-header/test/fixtures.js.map +0 -1
  846. package/lib/organism/popin/test/fixtures.js +0 -22
  847. package/lib/organism/popin/test/fixtures.js.map +0 -1
  848. package/lib/organism/resource-browser/test/fixtures.js +0 -58
  849. package/lib/organism/resource-browser/test/fixtures.js.map +0 -1
  850. package/lib/organism/review-congrats/test/fixtures.js +0 -22
  851. package/lib/organism/review-congrats/test/fixtures.js.map +0 -1
  852. package/lib/organism/review-header/test/fixtures.js +0 -40
  853. package/lib/organism/review-header/test/fixtures.js.map +0 -1
  854. package/lib/organism/review-skills/test/fixtures.js +0 -28
  855. package/lib/organism/review-skills/test/fixtures.js.map +0 -1
  856. package/lib/organism/rewards-form/test/fixtures.js +0 -31
  857. package/lib/organism/rewards-form/test/fixtures.js.map +0 -1
  858. package/lib/organism/search-and-chips-results/test/fixtures.js +0 -37
  859. package/lib/organism/search-and-chips-results/test/fixtures.js.map +0 -1
  860. package/lib/organism/settings/test/fixtures.js +0 -31
  861. package/lib/organism/settings/test/fixtures.js.map +0 -1
  862. package/lib/organism/setup-header/test/fixtures.js +0 -25
  863. package/lib/organism/setup-header/test/fixtures.js.map +0 -1
  864. package/lib/organism/sidebar/test/fixtures.js +0 -37
  865. package/lib/organism/sidebar/test/fixtures.js.map +0 -1
  866. package/lib/organism/slider/test/fixtures.js +0 -25
  867. package/lib/organism/slider/test/fixtures.js.map +0 -1
  868. package/lib/organism/user-preferences/test/fixtures.js +0 -22
  869. package/lib/organism/user-preferences/test/fixtures.js.map +0 -1
  870. package/lib/organism/wizard-contents/test/fixtures.js +0 -43
  871. package/lib/organism/wizard-contents/test/fixtures.js.map +0 -1
  872. package/lib/template/activity/test/fixtures.js +0 -34
  873. package/lib/template/activity/test/fixtures.js.map +0 -1
  874. package/lib/template/app-player/loading/test/fixtures.js +0 -22
  875. package/lib/template/app-player/loading/test/fixtures.js.map +0 -1
  876. package/lib/template/app-player/player/slides/footer/test/fixtures.js +0 -46
  877. package/lib/template/app-player/player/slides/footer/test/fixtures.js.map +0 -1
  878. package/lib/template/app-player/player/slides/header/test/fixtures.js +0 -37
  879. package/lib/template/app-player/player/slides/header/test/fixtures.js.map +0 -1
  880. package/lib/template/app-player/player/slides/test/fixtures.js +0 -121
  881. package/lib/template/app-player/player/slides/test/fixtures.js.map +0 -1
  882. package/lib/template/app-player/player/test/fixtures.js +0 -85
  883. package/lib/template/app-player/player/test/fixtures.js.map +0 -1
  884. package/lib/template/app-player/popin-correction/test/fixtures.js +0 -73
  885. package/lib/template/app-player/popin-correction/test/fixtures.js.map +0 -1
  886. package/lib/template/app-player/popin-end/test/fixtures.js +0 -79
  887. package/lib/template/app-player/popin-end/test/fixtures.js.map +0 -1
  888. package/lib/template/app-player/popin-header/test/fixtures.js +0 -46
  889. package/lib/template/app-player/popin-header/test/fixtures.js.map +0 -1
  890. package/lib/template/back-office/brand-create/test/fixtures.js +0 -31
  891. package/lib/template/back-office/brand-create/test/fixtures.js.map +0 -1
  892. package/lib/template/back-office/brand-list/test/fixtures.js +0 -28
  893. package/lib/template/back-office/brand-list/test/fixtures.js.map +0 -1
  894. package/lib/template/back-office/brand-update/test/fixtures.js +0 -136
  895. package/lib/template/back-office/brand-update/test/fixtures.js.map +0 -1
  896. package/lib/template/back-office/dashboard-preview/test/fixtures.js +0 -37
  897. package/lib/template/back-office/dashboard-preview/test/fixtures.js.map +0 -1
  898. package/lib/template/battle-requests/test/fixtures.js +0 -22
  899. package/lib/template/battle-requests/test/fixtures.js.map +0 -1
  900. package/lib/template/cockpit/jw-uploader/test/fixtures.js +0 -22
  901. package/lib/template/cockpit/jw-uploader/test/fixtures.js.map +0 -1
  902. package/lib/template/common/authors/test/fixtures.js +0 -25
  903. package/lib/template/common/authors/test/fixtures.js.map +0 -1
  904. package/lib/template/common/coorp-header/test/fixtures.js +0 -25
  905. package/lib/template/common/coorp-header/test/fixtures.js.map +0 -1
  906. package/lib/template/common/dashboard/test/fixtures.js +0 -28
  907. package/lib/template/common/dashboard/test/fixtures.js.map +0 -1
  908. package/lib/template/common/discipline/test/fixtures.js +0 -73
  909. package/lib/template/common/discipline/test/fixtures.js.map +0 -1
  910. package/lib/template/common/search-page/test/fixtures.js +0 -28
  911. package/lib/template/common/search-page/test/fixtures.js.map +0 -1
  912. package/lib/template/external-course/test/fixtures.js +0 -55
  913. package/lib/template/external-course/test/fixtures.js.map +0 -1
  914. package/lib/template/review-dashboard-skills/test/fixtures.js +0 -28
  915. package/lib/template/review-dashboard-skills/test/fixtures.js.map +0 -1
  916. package/lib/template/slides-review/test/fixtures.js +0 -31
  917. package/lib/template/slides-review/test/fixtures.js.map +0 -1
  918. package/lib/template/teams-dashboard/test/fixtures.js +0 -28
  919. package/lib/template/teams-dashboard/test/fixtures.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/template/back-office/brand-update/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateBackOfficeBrandUpdate","fixtureAnalytics","fixtureAnimations","fixtureCohortError","fixtureCohort","fixtureDashboard","fixtureDashboardsAnalytics","fixtureDefault","fixtureGeneralSettingsSuccess","fixtureGeneralSettings","fixtureListItemsArchived","fixtureListItemsDraft","fixtureListItemsPublishedWithPopin","fixtureListItemsPublished","fixtureLmsError","fixtureLmsModified","fixtureLmsSuccess","fixtureLms","fixtureLoader","fixtureLookandfeelError","fixtureLookandfeelModified","fixtureLookandfeelPending","fixtureLookandfeelSuccess","fixtureLookandfeel","fixtureManageusersEdit","fixtureManageusersList","fixtureQuickAccess","fixtureSsoActivate","fixtureSso","fixtureUploadusersLoading","fixtureUploadusersSuccessful","fixtureUploadusers","fixtureWizardAddCoursesPlaylist","fixtureWizardFormCreatePlaylist","fixtureWizardFormEditPlaylist","fixtureWizardOrganizeCoursesPlaylist","fixtureWizardPopulationsPlaylistWithPopin","fixtureWizardPopulationsPlaylist","fixtureWizardRewardsCertification","fixtureWizardTranslatePlaylist","t","pass","propTypes","value","key","not","undefined"],"mappings":"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","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport TemplateBackOfficeBrandUpdate from '..';\nimport fixtureAnalytics from './fixtures/analytics';\nimport fixtureAnimations from './fixtures/animations';\nimport fixtureCohortError from './fixtures/cohort-error';\nimport fixtureCohort from './fixtures/cohort';\nimport fixtureDashboard from './fixtures/dashboard';\nimport fixtureDashboardsAnalytics from './fixtures/dashboards-analytics';\nimport fixtureDefault from './fixtures/default';\nimport fixtureGeneralSettingsSuccess from './fixtures/general-settings-success';\nimport fixtureGeneralSettings from './fixtures/general-settings';\nimport fixtureListItemsArchived from './fixtures/list-items-archived';\nimport fixtureListItemsDraft from './fixtures/list-items-draft';\nimport fixtureListItemsPublishedWithPopin from './fixtures/list-items-published-with-popin';\nimport fixtureListItemsPublished from './fixtures/list-items-published';\nimport fixtureLmsError from './fixtures/lms-error';\nimport fixtureLmsModified from './fixtures/lms-modified';\nimport fixtureLmsSuccess from './fixtures/lms-success';\nimport fixtureLms from './fixtures/lms';\nimport fixtureLoader from './fixtures/loader';\nimport fixtureLookandfeelError from './fixtures/lookandfeel-error';\nimport fixtureLookandfeelModified from './fixtures/lookandfeel-modified';\nimport fixtureLookandfeelPending from './fixtures/lookandfeel-pending';\nimport fixtureLookandfeelSuccess from './fixtures/lookandfeel-success';\nimport fixtureLookandfeel from './fixtures/lookandfeel';\nimport fixtureManageusersEdit from './fixtures/manageusers-edit';\nimport fixtureManageusersList from './fixtures/manageusers-list';\nimport fixtureQuickAccess from './fixtures/quick-access';\nimport fixtureSsoActivate from './fixtures/sso-activate';\nimport fixtureSso from './fixtures/sso';\nimport fixtureUploadusersLoading from './fixtures/uploadusers-loading';\nimport fixtureUploadusersSuccessful from './fixtures/uploadusers-successful';\nimport fixtureUploadusers from './fixtures/uploadusers';\nimport fixtureWizardAddCoursesPlaylist from './fixtures/wizard-add-courses-playlist';\nimport fixtureWizardFormCreatePlaylist from './fixtures/wizard-form-create-playlist';\nimport fixtureWizardFormEditPlaylist from './fixtures/wizard-form-edit-playlist';\nimport fixtureWizardOrganizeCoursesPlaylist from './fixtures/wizard-organize-courses-playlist';\nimport fixtureWizardPopulationsPlaylistWithPopin from './fixtures/wizard-populations-playlist-with-popin';\nimport fixtureWizardPopulationsPlaylist from './fixtures/wizard-populations-playlist';\nimport fixtureWizardRewardsCertification from './fixtures/wizard-rewards-certification';\nimport fixtureWizardTranslatePlaylist from './fixtures/wizard-translate-playlist';\n\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateBackOfficeBrandUpdate.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"TemplateBackOffice.TemplateBackOfficeBrandUpdate.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Analytics › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureAnalytics);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Animations › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureAnimations);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › CohortError › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureCohortError);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Cohort › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureCohort);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Dashboard › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureDashboard);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › DashboardsAnalytics › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureDashboardsAnalytics);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Default › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureDefault);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › GeneralSettingsSuccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureGeneralSettingsSuccess);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › GeneralSettings › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureGeneralSettings);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ListItemsArchived › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureListItemsArchived);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ListItemsDraft › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureListItemsDraft);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ListItemsPublishedWithPopin › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureListItemsPublishedWithPopin);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ListItemsPublished › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureListItemsPublished);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LmsError › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLmsError);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LmsModified › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLmsModified);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LmsSuccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLmsSuccess);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Lms › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLms);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Loader › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLoader);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LookandfeelError › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeelError);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LookandfeelModified › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeelModified);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LookandfeelPending › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeelPending);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › LookandfeelSuccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeelSuccess);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Lookandfeel › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureLookandfeel);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ManageusersEdit › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureManageusersEdit);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › ManageusersList › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureManageusersList);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › QuickAccess › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureQuickAccess);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › SsoActivate › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureSsoActivate);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Sso › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureSso);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › UploadusersLoading › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureUploadusersLoading);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › UploadusersSuccessful › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureUploadusersSuccessful);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › Uploadusers › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureUploadusers);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardAddCoursesPlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardAddCoursesPlaylist);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardFormCreatePlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardFormCreatePlaylist);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardFormEditPlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardFormEditPlaylist);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardOrganizeCoursesPlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardOrganizeCoursesPlaylist);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardPopulationsPlaylistWithPopin › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardPopulationsPlaylistWithPopin);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardPopulationsPlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardPopulationsPlaylist);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardRewardsCertification › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardRewardsCertification);\ntest('TemplateBackOffice › TemplateBackOfficeBrandUpdate › WizardTranslatePlaylist › should be rendered', renderComponentMacro, TemplateBackOfficeBrandUpdate, fixtureWizardTranslatePlaylist);\n"],"file":"fixtures.js"}
@@ -1,23 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../test/helpers/render-component';
4
- import TemplateBackOfficeDashboardPreview from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureError from './fixtures/error';
7
- import fixtureLoading from './fixtures/loading';
8
- import fixtureSelectedError from './fixtures/selected-error';
9
- import fixtureSelectedLoading from './fixtures/selected-loading';
10
- import fixtureSelected from './fixtures/selected';
11
- test('TemplateBackOffice › TemplateBackOfficeDashboardPreview > should have valid propTypes', t => {
12
- t.pass();
13
- forEach(TemplateBackOfficeDashboardPreview.propTypes, (value, key) => {
14
- t.not(value, undefined, `PropType for "TemplateBackOffice.TemplateBackOfficeDashboardPreview.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
15
- });
16
- });
17
- test('TemplateBackOffice › TemplateBackOfficeDashboardPreview › Default › should be rendered', renderComponentMacro, TemplateBackOfficeDashboardPreview, fixtureDefault);
18
- test('TemplateBackOffice › TemplateBackOfficeDashboardPreview › Error › should be rendered', renderComponentMacro, TemplateBackOfficeDashboardPreview, fixtureError);
19
- test('TemplateBackOffice › TemplateBackOfficeDashboardPreview › Loading › should be rendered', renderComponentMacro, TemplateBackOfficeDashboardPreview, fixtureLoading);
20
- test('TemplateBackOffice › TemplateBackOfficeDashboardPreview › SelectedError › should be rendered', renderComponentMacro, TemplateBackOfficeDashboardPreview, fixtureSelectedError);
21
- test('TemplateBackOffice › TemplateBackOfficeDashboardPreview › SelectedLoading › should be rendered', renderComponentMacro, TemplateBackOfficeDashboardPreview, fixtureSelectedLoading);
22
- test('TemplateBackOffice › TemplateBackOfficeDashboardPreview › Selected › should be rendered', renderComponentMacro, TemplateBackOfficeDashboardPreview, fixtureSelected);
23
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/template/back-office/dashboard-preview/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateBackOfficeDashboardPreview","fixtureDefault","fixtureError","fixtureLoading","fixtureSelectedError","fixtureSelectedLoading","fixtureSelected","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,kCAAP,MAA+C,IAA/C;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,oBAAP,MAAiC,2BAAjC;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AAEAT,IAAI,CAAC,uFAAD,EAA0FU,CAAC,IAAI;AACjGA,EAAAA,CAAC,CAACC,IAAF;AACAV,EAAAA,OAAO,CAACE,kCAAkC,CAACS,SAApC,EAA+C,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACpEJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,iFAAgFF,GAAI,mEAA7G;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAd,IAAI,CAAC,wFAAD,EAA2FE,oBAA3F,EAAiHC,kCAAjH,EAAqJC,cAArJ,CAAJ;AACAJ,IAAI,CAAC,sFAAD,EAAyFE,oBAAzF,EAA+GC,kCAA/G,EAAmJE,YAAnJ,CAAJ;AACAL,IAAI,CAAC,wFAAD,EAA2FE,oBAA3F,EAAiHC,kCAAjH,EAAqJG,cAArJ,CAAJ;AACAN,IAAI,CAAC,8FAAD,EAAiGE,oBAAjG,EAAuHC,kCAAvH,EAA2JI,oBAA3J,CAAJ;AACAP,IAAI,CAAC,gGAAD,EAAmGE,oBAAnG,EAAyHC,kCAAzH,EAA6JK,sBAA7J,CAAJ;AACAR,IAAI,CAAC,yFAAD,EAA4FE,oBAA5F,EAAkHC,kCAAlH,EAAsJM,eAAtJ,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport TemplateBackOfficeDashboardPreview from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureError from './fixtures/error';\nimport fixtureLoading from './fixtures/loading';\nimport fixtureSelectedError from './fixtures/selected-error';\nimport fixtureSelectedLoading from './fixtures/selected-loading';\nimport fixtureSelected from './fixtures/selected';\n\ntest('TemplateBackOffice › TemplateBackOfficeDashboardPreview > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateBackOfficeDashboardPreview.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"TemplateBackOffice.TemplateBackOfficeDashboardPreview.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('TemplateBackOffice › TemplateBackOfficeDashboardPreview › Default › should be rendered', renderComponentMacro, TemplateBackOfficeDashboardPreview, fixtureDefault);\ntest('TemplateBackOffice › TemplateBackOfficeDashboardPreview › Error › should be rendered', renderComponentMacro, TemplateBackOfficeDashboardPreview, fixtureError);\ntest('TemplateBackOffice › TemplateBackOfficeDashboardPreview › Loading › should be rendered', renderComponentMacro, TemplateBackOfficeDashboardPreview, fixtureLoading);\ntest('TemplateBackOffice › TemplateBackOfficeDashboardPreview › SelectedError › should be rendered', renderComponentMacro, TemplateBackOfficeDashboardPreview, fixtureSelectedError);\ntest('TemplateBackOffice › TemplateBackOfficeDashboardPreview › SelectedLoading › should be rendered', renderComponentMacro, TemplateBackOfficeDashboardPreview, fixtureSelectedLoading);\ntest('TemplateBackOffice › TemplateBackOfficeDashboardPreview › Selected › should be rendered', renderComponentMacro, TemplateBackOfficeDashboardPreview, fixtureSelected);\n"],"file":"fixtures.js"}
@@ -1,13 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import TemplateBattleRequests from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('Template › TemplateBattleRequests > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(TemplateBattleRequests.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "Template.TemplateBattleRequests.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('Template › TemplateBattleRequests › Default › should be rendered', renderComponentMacro, TemplateBattleRequests, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/template/battle-requests/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateBattleRequests","fixtureDefault","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,sBAAP,MAAmC,IAAnC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,iEAAD,EAAoEK,CAAC,IAAI;AAC3EA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,sBAAsB,CAACI,SAAxB,EAAmC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACxDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2DAA0DF,GAAI,mEAAvF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,sBAA3F,EAAmHC,cAAnH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport TemplateBattleRequests from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Template › TemplateBattleRequests > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateBattleRequests.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Template.TemplateBattleRequests.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Template › TemplateBattleRequests › Default › should be rendered', renderComponentMacro, TemplateBattleRequests, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -1,13 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../test/helpers/render-component';
4
- import TemplateCockpitJwUploader from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('TemplateCockpit › TemplateCockpitJwUploader > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(TemplateCockpitJwUploader.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "TemplateCockpit.TemplateCockpitJwUploader.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('TemplateCockpit › TemplateCockpitJwUploader › Default › should be rendered', renderComponentMacro, TemplateCockpitJwUploader, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/template/cockpit/jw-uploader/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateCockpitJwUploader","fixtureDefault","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,yBAAP,MAAsC,IAAtC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,2EAAD,EAA8EK,CAAC,IAAI;AACrFA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,yBAAyB,CAACI,SAA3B,EAAsC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC3DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,qEAAoEF,GAAI,mEAAjG;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,4EAAD,EAA+EE,oBAA/E,EAAqGC,yBAArG,EAAgIC,cAAhI,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport TemplateCockpitJwUploader from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('TemplateCockpit › TemplateCockpitJwUploader > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateCockpitJwUploader.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"TemplateCockpit.TemplateCockpitJwUploader.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('TemplateCockpit › TemplateCockpitJwUploader › Default › should be rendered', renderComponentMacro, TemplateCockpitJwUploader, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../test/helpers/render-component';
4
- import TemplateCommonAuthors from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureNoSocials from './fixtures/no-socials';
7
- test('TemplateCommon › TemplateCommonAuthors > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(TemplateCommonAuthors.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "TemplateCommon.TemplateCommonAuthors.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('TemplateCommon › TemplateCommonAuthors › Default › should be rendered', renderComponentMacro, TemplateCommonAuthors, fixtureDefault);
14
- test('TemplateCommon › TemplateCommonAuthors › NoSocials › should be rendered', renderComponentMacro, TemplateCommonAuthors, fixtureNoSocials);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/template/common/authors/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateCommonAuthors","fixtureDefault","fixtureNoSocials","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,qBAAP,MAAkC,IAAlC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AAEAL,IAAI,CAAC,sEAAD,EAAyEM,CAAC,IAAI;AAChFA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,qBAAqB,CAACK,SAAvB,EAAkC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACvDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,gEAA+DF,GAAI,mEAA5F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,qBAAhG,EAAuHC,cAAvH,CAAJ;AACAJ,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,qBAAlG,EAAyHE,gBAAzH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport TemplateCommonAuthors from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureNoSocials from './fixtures/no-socials';\n\ntest('TemplateCommon › TemplateCommonAuthors > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateCommonAuthors.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"TemplateCommon.TemplateCommonAuthors.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('TemplateCommon › TemplateCommonAuthors › Default › should be rendered', renderComponentMacro, TemplateCommonAuthors, fixtureDefault);\ntest('TemplateCommon › TemplateCommonAuthors › NoSocials › should be rendered', renderComponentMacro, TemplateCommonAuthors, fixtureNoSocials);\n"],"file":"fixtures.js"}
@@ -1,15 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../test/helpers/render-component';
4
- import TemplateCommonCoorpHeader from '..';
5
- import fixtureProduction from './fixtures/production';
6
- import fixtureStaging from './fixtures/staging';
7
- test('TemplateCommon › TemplateCommonCoorpHeader > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(TemplateCommonCoorpHeader.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "TemplateCommon.TemplateCommonCoorpHeader.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('TemplateCommon › TemplateCommonCoorpHeader › Production › should be rendered', renderComponentMacro, TemplateCommonCoorpHeader, fixtureProduction);
14
- test('TemplateCommon › TemplateCommonCoorpHeader › Staging › should be rendered', renderComponentMacro, TemplateCommonCoorpHeader, fixtureStaging);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/template/common/coorp-header/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateCommonCoorpHeader","fixtureProduction","fixtureStaging","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,yBAAP,MAAsC,IAAtC;AACA,OAAOC,iBAAP,MAA8B,uBAA9B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAL,IAAI,CAAC,0EAAD,EAA6EM,CAAC,IAAI;AACpFA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,yBAAyB,CAACK,SAA3B,EAAsC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC3DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,oEAAmEF,GAAI,mEAAhG;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,8EAAD,EAAiFE,oBAAjF,EAAuGC,yBAAvG,EAAkIC,iBAAlI,CAAJ;AACAJ,IAAI,CAAC,2EAAD,EAA8EE,oBAA9E,EAAoGC,yBAApG,EAA+HE,cAA/H,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport TemplateCommonCoorpHeader from '..';\nimport fixtureProduction from './fixtures/production';\nimport fixtureStaging from './fixtures/staging';\n\ntest('TemplateCommon › TemplateCommonCoorpHeader > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateCommonCoorpHeader.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"TemplateCommon.TemplateCommonCoorpHeader.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('TemplateCommon › TemplateCommonCoorpHeader › Production › should be rendered', renderComponentMacro, TemplateCommonCoorpHeader, fixtureProduction);\ntest('TemplateCommon › TemplateCommonCoorpHeader › Staging › should be rendered', renderComponentMacro, TemplateCommonCoorpHeader, fixtureStaging);\n"],"file":"fixtures.js"}
@@ -1,17 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../test/helpers/render-component';
4
- import TemplateCommonDashboard from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureEmptyRequests from './fixtures/empty-requests';
7
- import fixtureWithHeroCard from './fixtures/with-hero-card';
8
- test('TemplateCommon › TemplateCommonDashboard > should have valid propTypes', t => {
9
- t.pass();
10
- forEach(TemplateCommonDashboard.propTypes, (value, key) => {
11
- t.not(value, undefined, `PropType for "TemplateCommon.TemplateCommonDashboard.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
- });
13
- });
14
- test('TemplateCommon › TemplateCommonDashboard › Default › should be rendered', renderComponentMacro, TemplateCommonDashboard, fixtureDefault);
15
- test('TemplateCommon › TemplateCommonDashboard › EmptyRequests › should be rendered', renderComponentMacro, TemplateCommonDashboard, fixtureEmptyRequests);
16
- test('TemplateCommon › TemplateCommonDashboard › WithHeroCard › should be rendered', renderComponentMacro, TemplateCommonDashboard, fixtureWithHeroCard);
17
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/template/common/dashboard/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateCommonDashboard","fixtureDefault","fixtureEmptyRequests","fixtureWithHeroCard","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,uBAAP,MAAoC,IAApC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,oBAAP,MAAiC,2BAAjC;AACA,OAAOC,mBAAP,MAAgC,2BAAhC;AAEAN,IAAI,CAAC,wEAAD,EAA2EO,CAAC,IAAI;AAClFA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,uBAAuB,CAACM,SAAzB,EAAoC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACzDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,kEAAiEF,GAAI,mEAA9F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,uBAAlG,EAA2HC,cAA3H,CAAJ;AACAJ,IAAI,CAAC,+EAAD,EAAkFE,oBAAlF,EAAwGC,uBAAxG,EAAiIE,oBAAjI,CAAJ;AACAL,IAAI,CAAC,8EAAD,EAAiFE,oBAAjF,EAAuGC,uBAAvG,EAAgIG,mBAAhI,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport TemplateCommonDashboard from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmptyRequests from './fixtures/empty-requests';\nimport fixtureWithHeroCard from './fixtures/with-hero-card';\n\ntest('TemplateCommon › TemplateCommonDashboard > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateCommonDashboard.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"TemplateCommon.TemplateCommonDashboard.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('TemplateCommon › TemplateCommonDashboard › Default › should be rendered', renderComponentMacro, TemplateCommonDashboard, fixtureDefault);\ntest('TemplateCommon › TemplateCommonDashboard › EmptyRequests › should be rendered', renderComponentMacro, TemplateCommonDashboard, fixtureEmptyRequests);\ntest('TemplateCommon › TemplateCommonDashboard › WithHeroCard › should be rendered', renderComponentMacro, TemplateCommonDashboard, fixtureWithHeroCard);\n"],"file":"fixtures.js"}
@@ -1,47 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../test/helpers/render-component';
4
- import TemplateCommonDiscipline from '..';
5
- import fixtureAddToMyList from './fixtures/add-to-my-list';
6
- import fixtureArabic from './fixtures/arabic';
7
- import fixtureDefault from './fixtures/default';
8
- import fixtureDisableAddToMyList from './fixtures/disable-add-to-my-list';
9
- import fixtureDisableShareAndAddToMyList from './fixtures/disable-share-and-add-to-my-list';
10
- import fixtureDisableShare from './fixtures/disable-share';
11
- import fixtureDoubleAuthor from './fixtures/double-author';
12
- import fixtureEmpty from './fixtures/empty';
13
- import fixtureExternalCourseWithVideo from './fixtures/external-course-with-video';
14
- import fixtureExternalCourseWithoutImage from './fixtures/external-course-without-image';
15
- import fixtureExternalCourse from './fixtures/external-course';
16
- import fixtureJwplayer from './fixtures/jwplayer';
17
- import fixtureLoading from './fixtures/loading';
18
- import fixtureNoAuthor from './fixtures/no-author';
19
- import fixtureNoVideo from './fixtures/no-video';
20
- import fixtureShare from './fixtures/share';
21
- import fixtureVimeo from './fixtures/vimeo';
22
- import fixtureWithOnclick from './fixtures/with-onclick';
23
- test('TemplateCommon › TemplateCommonDiscipline > should have valid propTypes', t => {
24
- t.pass();
25
- forEach(TemplateCommonDiscipline.propTypes, (value, key) => {
26
- t.not(value, undefined, `PropType for "TemplateCommon.TemplateCommonDiscipline.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
27
- });
28
- });
29
- test('TemplateCommon › TemplateCommonDiscipline › AddToMyList › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureAddToMyList);
30
- test('TemplateCommon › TemplateCommonDiscipline › Arabic › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureArabic);
31
- test('TemplateCommon › TemplateCommonDiscipline › Default › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureDefault);
32
- test('TemplateCommon › TemplateCommonDiscipline › DisableAddToMyList › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureDisableAddToMyList);
33
- test('TemplateCommon › TemplateCommonDiscipline › DisableShareAndAddToMyList › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureDisableShareAndAddToMyList);
34
- test('TemplateCommon › TemplateCommonDiscipline › DisableShare › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureDisableShare);
35
- test('TemplateCommon › TemplateCommonDiscipline › DoubleAuthor › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureDoubleAuthor);
36
- test('TemplateCommon › TemplateCommonDiscipline › Empty › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureEmpty);
37
- test('TemplateCommon › TemplateCommonDiscipline › ExternalCourseWithVideo › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureExternalCourseWithVideo);
38
- test('TemplateCommon › TemplateCommonDiscipline › ExternalCourseWithoutImage › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureExternalCourseWithoutImage);
39
- test('TemplateCommon › TemplateCommonDiscipline › ExternalCourse › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureExternalCourse);
40
- test('TemplateCommon › TemplateCommonDiscipline › Jwplayer › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureJwplayer);
41
- test('TemplateCommon › TemplateCommonDiscipline › Loading › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureLoading);
42
- test('TemplateCommon › TemplateCommonDiscipline › NoAuthor › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureNoAuthor);
43
- test('TemplateCommon › TemplateCommonDiscipline › NoVideo › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureNoVideo);
44
- test('TemplateCommon › TemplateCommonDiscipline › Share › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureShare);
45
- test('TemplateCommon › TemplateCommonDiscipline › Vimeo › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureVimeo);
46
- test('TemplateCommon › TemplateCommonDiscipline › WithOnclick › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureWithOnclick);
47
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/template/common/discipline/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateCommonDiscipline","fixtureAddToMyList","fixtureArabic","fixtureDefault","fixtureDisableAddToMyList","fixtureDisableShareAndAddToMyList","fixtureDisableShare","fixtureDoubleAuthor","fixtureEmpty","fixtureExternalCourseWithVideo","fixtureExternalCourseWithoutImage","fixtureExternalCourse","fixtureJwplayer","fixtureLoading","fixtureNoAuthor","fixtureNoVideo","fixtureShare","fixtureVimeo","fixtureWithOnclick","t","pass","propTypes","value","key","not","undefined"],"mappings":"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","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport TemplateCommonDiscipline from '..';\nimport fixtureAddToMyList from './fixtures/add-to-my-list';\nimport fixtureArabic from './fixtures/arabic';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDisableAddToMyList from './fixtures/disable-add-to-my-list';\nimport fixtureDisableShareAndAddToMyList from './fixtures/disable-share-and-add-to-my-list';\nimport fixtureDisableShare from './fixtures/disable-share';\nimport fixtureDoubleAuthor from './fixtures/double-author';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureExternalCourseWithVideo from './fixtures/external-course-with-video';\nimport fixtureExternalCourseWithoutImage from './fixtures/external-course-without-image';\nimport fixtureExternalCourse from './fixtures/external-course';\nimport fixtureJwplayer from './fixtures/jwplayer';\nimport fixtureLoading from './fixtures/loading';\nimport fixtureNoAuthor from './fixtures/no-author';\nimport fixtureNoVideo from './fixtures/no-video';\nimport fixtureShare from './fixtures/share';\nimport fixtureVimeo from './fixtures/vimeo';\nimport fixtureWithOnclick from './fixtures/with-onclick';\n\ntest('TemplateCommon › TemplateCommonDiscipline > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateCommonDiscipline.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"TemplateCommon.TemplateCommonDiscipline.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('TemplateCommon › TemplateCommonDiscipline › AddToMyList › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureAddToMyList);\ntest('TemplateCommon › TemplateCommonDiscipline › Arabic › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureArabic);\ntest('TemplateCommon › TemplateCommonDiscipline › Default › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureDefault);\ntest('TemplateCommon › TemplateCommonDiscipline › DisableAddToMyList › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureDisableAddToMyList);\ntest('TemplateCommon › TemplateCommonDiscipline › DisableShareAndAddToMyList › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureDisableShareAndAddToMyList);\ntest('TemplateCommon › TemplateCommonDiscipline › DisableShare › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureDisableShare);\ntest('TemplateCommon › TemplateCommonDiscipline › DoubleAuthor › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureDoubleAuthor);\ntest('TemplateCommon › TemplateCommonDiscipline › Empty › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureEmpty);\ntest('TemplateCommon › TemplateCommonDiscipline › ExternalCourseWithVideo › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureExternalCourseWithVideo);\ntest('TemplateCommon › TemplateCommonDiscipline › ExternalCourseWithoutImage › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureExternalCourseWithoutImage);\ntest('TemplateCommon › TemplateCommonDiscipline › ExternalCourse › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureExternalCourse);\ntest('TemplateCommon › TemplateCommonDiscipline › Jwplayer › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureJwplayer);\ntest('TemplateCommon › TemplateCommonDiscipline › Loading › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureLoading);\ntest('TemplateCommon › TemplateCommonDiscipline › NoAuthor › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureNoAuthor);\ntest('TemplateCommon › TemplateCommonDiscipline › NoVideo › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureNoVideo);\ntest('TemplateCommon › TemplateCommonDiscipline › Share › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureShare);\ntest('TemplateCommon › TemplateCommonDiscipline › Vimeo › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureVimeo);\ntest('TemplateCommon › TemplateCommonDiscipline › WithOnclick › should be rendered', renderComponentMacro, TemplateCommonDiscipline, fixtureWithOnclick);\n"],"file":"fixtures.js"}
@@ -1,17 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../test/helpers/render-component';
4
- import TemplateCommonSearchPage from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureNoResultWithRecommendations from './fixtures/no-result-with-recommendations';
7
- import fixtureNoResult from './fixtures/no-result';
8
- test('TemplateCommon › TemplateCommonSearchPage > should have valid propTypes', t => {
9
- t.pass();
10
- forEach(TemplateCommonSearchPage.propTypes, (value, key) => {
11
- t.not(value, undefined, `PropType for "TemplateCommon.TemplateCommonSearchPage.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
- });
13
- });
14
- test('TemplateCommon › TemplateCommonSearchPage › Default › should be rendered', renderComponentMacro, TemplateCommonSearchPage, fixtureDefault);
15
- test('TemplateCommon › TemplateCommonSearchPage › NoResultWithRecommendations › should be rendered', renderComponentMacro, TemplateCommonSearchPage, fixtureNoResultWithRecommendations);
16
- test('TemplateCommon › TemplateCommonSearchPage › NoResult › should be rendered', renderComponentMacro, TemplateCommonSearchPage, fixtureNoResult);
17
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/template/common/search-page/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateCommonSearchPage","fixtureDefault","fixtureNoResultWithRecommendations","fixtureNoResult","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,2CAAjC;AACA,OAAOC,wBAAP,MAAqC,IAArC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,kCAAP,MAA+C,2CAA/C;AACA,OAAOC,eAAP,MAA4B,sBAA5B;AAEAN,IAAI,CAAC,yEAAD,EAA4EO,CAAC,IAAI;AACnFA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,wBAAwB,CAACM,SAA1B,EAAqC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC1DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,mEAAkEF,GAAI,mEAA/F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,wBAAnG,EAA6HC,cAA7H,CAAJ;AACAJ,IAAI,CAAC,8FAAD,EAAiGE,oBAAjG,EAAuHC,wBAAvH,EAAiJE,kCAAjJ,CAAJ;AACAL,IAAI,CAAC,2EAAD,EAA8EE,oBAA9E,EAAoGC,wBAApG,EAA8HG,eAA9H,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport TemplateCommonSearchPage from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureNoResultWithRecommendations from './fixtures/no-result-with-recommendations';\nimport fixtureNoResult from './fixtures/no-result';\n\ntest('TemplateCommon › TemplateCommonSearchPage > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateCommonSearchPage.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"TemplateCommon.TemplateCommonSearchPage.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('TemplateCommon › TemplateCommonSearchPage › Default › should be rendered', renderComponentMacro, TemplateCommonSearchPage, fixtureDefault);\ntest('TemplateCommon › TemplateCommonSearchPage › NoResultWithRecommendations › should be rendered', renderComponentMacro, TemplateCommonSearchPage, fixtureNoResultWithRecommendations);\ntest('TemplateCommon › TemplateCommonSearchPage › NoResult › should be rendered', renderComponentMacro, TemplateCommonSearchPage, fixtureNoResult);\n"],"file":"fixtures.js"}
@@ -1,35 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import TemplateExternalCourse from '..';
5
- import fixtureArabic from './fixtures/arabic';
6
- import fixtureArticle from './fixtures/article';
7
- import fixtureDefault from './fixtures/default';
8
- import fixtureH5P from './fixtures/h5p';
9
- import fixtureLoading from './fixtures/loading';
10
- import fixturePdfMobile from './fixtures/pdf-mobile';
11
- import fixturePdfNoMobile from './fixtures/pdf-no-mobile';
12
- import fixturePodcastCockpitMode from './fixtures/podcast-cockpit-mode';
13
- import fixturePodcastNoBackground from './fixtures/podcast-no-background';
14
- import fixturePodcast from './fixtures/podcast';
15
- import fixtureVideo from './fixtures/video';
16
- import fixtureYoutubePodcast from './fixtures/youtube-podcast';
17
- test('Template › TemplateExternalCourse > should have valid propTypes', t => {
18
- t.pass();
19
- forEach(TemplateExternalCourse.propTypes, (value, key) => {
20
- t.not(value, undefined, `PropType for "Template.TemplateExternalCourse.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
21
- });
22
- });
23
- test('Template › TemplateExternalCourse › Arabic › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureArabic);
24
- test('Template › TemplateExternalCourse › Article › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureArticle);
25
- test('Template › TemplateExternalCourse › Default › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureDefault);
26
- test('Template › TemplateExternalCourse › H5P › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureH5P);
27
- test('Template › TemplateExternalCourse › Loading › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureLoading);
28
- test('Template › TemplateExternalCourse › PdfMobile › should be rendered', renderComponentMacro, TemplateExternalCourse, fixturePdfMobile);
29
- test('Template › TemplateExternalCourse › PdfNoMobile › should be rendered', renderComponentMacro, TemplateExternalCourse, fixturePdfNoMobile);
30
- test('Template › TemplateExternalCourse › PodcastCockpitMode › should be rendered', renderComponentMacro, TemplateExternalCourse, fixturePodcastCockpitMode);
31
- test('Template › TemplateExternalCourse › PodcastNoBackground › should be rendered', renderComponentMacro, TemplateExternalCourse, fixturePodcastNoBackground);
32
- test('Template › TemplateExternalCourse › Podcast › should be rendered', renderComponentMacro, TemplateExternalCourse, fixturePodcast);
33
- test('Template › TemplateExternalCourse › Video › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureVideo);
34
- test('Template › TemplateExternalCourse › YoutubePodcast › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureYoutubePodcast);
35
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/template/external-course/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateExternalCourse","fixtureArabic","fixtureArticle","fixtureDefault","fixtureH5P","fixtureLoading","fixturePdfMobile","fixturePdfNoMobile","fixturePodcastCockpitMode","fixturePodcastNoBackground","fixturePodcast","fixtureVideo","fixtureYoutubePodcast","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,sBAAP,MAAmC,IAAnC;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,kBAAP,MAA+B,0BAA/B;AACA,OAAOC,yBAAP,MAAsC,iCAAtC;AACA,OAAOC,0BAAP,MAAuC,kCAAvC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,qBAAP,MAAkC,4BAAlC;AAEAf,IAAI,CAAC,iEAAD,EAAoEgB,CAAC,IAAI;AAC3EA,EAAAA,CAAC,CAACC,IAAF;AACAhB,EAAAA,OAAO,CAACE,sBAAsB,CAACe,SAAxB,EAAmC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACxDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2DAA0DF,GAAI,mEAAvF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOApB,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,sBAA1F,EAAkHC,aAAlH,CAAJ;AACAJ,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,sBAA3F,EAAmHE,cAAnH,CAAJ;AACAL,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,sBAA3F,EAAmHG,cAAnH,CAAJ;AACAN,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,sBAAvF,EAA+GI,UAA/G,CAAJ;AACAP,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,sBAA3F,EAAmHK,cAAnH,CAAJ;AACAR,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,sBAA7F,EAAqHM,gBAArH,CAAJ;AACAT,IAAI,CAAC,sEAAD,EAAyEE,oBAAzE,EAA+FC,sBAA/F,EAAuHO,kBAAvH,CAAJ;AACAV,IAAI,CAAC,6EAAD,EAAgFE,oBAAhF,EAAsGC,sBAAtG,EAA8HQ,yBAA9H,CAAJ;AACAX,IAAI,CAAC,8EAAD,EAAiFE,oBAAjF,EAAuGC,sBAAvG,EAA+HS,0BAA/H,CAAJ;AACAZ,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,sBAA3F,EAAmHU,cAAnH,CAAJ;AACAb,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,sBAAzF,EAAiHW,YAAjH,CAAJ;AACAd,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,sBAAlG,EAA0HY,qBAA1H,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport TemplateExternalCourse from '..';\nimport fixtureArabic from './fixtures/arabic';\nimport fixtureArticle from './fixtures/article';\nimport fixtureDefault from './fixtures/default';\nimport fixtureH5P from './fixtures/h5p';\nimport fixtureLoading from './fixtures/loading';\nimport fixturePdfMobile from './fixtures/pdf-mobile';\nimport fixturePdfNoMobile from './fixtures/pdf-no-mobile';\nimport fixturePodcastCockpitMode from './fixtures/podcast-cockpit-mode';\nimport fixturePodcastNoBackground from './fixtures/podcast-no-background';\nimport fixturePodcast from './fixtures/podcast';\nimport fixtureVideo from './fixtures/video';\nimport fixtureYoutubePodcast from './fixtures/youtube-podcast';\n\ntest('Template › TemplateExternalCourse > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateExternalCourse.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Template.TemplateExternalCourse.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Template › TemplateExternalCourse › Arabic › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureArabic);\ntest('Template › TemplateExternalCourse › Article › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureArticle);\ntest('Template › TemplateExternalCourse › Default › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureDefault);\ntest('Template › TemplateExternalCourse › H5P › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureH5P);\ntest('Template › TemplateExternalCourse › Loading › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureLoading);\ntest('Template › TemplateExternalCourse › PdfMobile › should be rendered', renderComponentMacro, TemplateExternalCourse, fixturePdfMobile);\ntest('Template › TemplateExternalCourse › PdfNoMobile › should be rendered', renderComponentMacro, TemplateExternalCourse, fixturePdfNoMobile);\ntest('Template › TemplateExternalCourse › PodcastCockpitMode › should be rendered', renderComponentMacro, TemplateExternalCourse, fixturePodcastCockpitMode);\ntest('Template › TemplateExternalCourse › PodcastNoBackground › should be rendered', renderComponentMacro, TemplateExternalCourse, fixturePodcastNoBackground);\ntest('Template › TemplateExternalCourse › Podcast › should be rendered', renderComponentMacro, TemplateExternalCourse, fixturePodcast);\ntest('Template › TemplateExternalCourse › Video › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureVideo);\ntest('Template › TemplateExternalCourse › YoutubePodcast › should be rendered', renderComponentMacro, TemplateExternalCourse, fixtureYoutubePodcast);\n"],"file":"fixtures.js"}
@@ -1,17 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import TemplateReviewDashboardSkills from '..';
5
- import fixtureLoading from './fixtures/loading';
6
- import fixtureManySkills from './fixtures/many-skills';
7
- import fixtureNoSkills from './fixtures/no-skills';
8
- test('Template › TemplateReviewDashboardSkills > should have valid propTypes', t => {
9
- t.pass();
10
- forEach(TemplateReviewDashboardSkills.propTypes, (value, key) => {
11
- t.not(value, undefined, `PropType for "Template.TemplateReviewDashboardSkills.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
- });
13
- });
14
- test('Template › TemplateReviewDashboardSkills › Loading › should be rendered', renderComponentMacro, TemplateReviewDashboardSkills, fixtureLoading);
15
- test('Template › TemplateReviewDashboardSkills › ManySkills › should be rendered', renderComponentMacro, TemplateReviewDashboardSkills, fixtureManySkills);
16
- test('Template › TemplateReviewDashboardSkills › NoSkills › should be rendered', renderComponentMacro, TemplateReviewDashboardSkills, fixtureNoSkills);
17
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/template/review-dashboard-skills/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateReviewDashboardSkills","fixtureLoading","fixtureManySkills","fixtureNoSkills","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,6BAAP,MAA0C,IAA1C;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,eAAP,MAA4B,sBAA5B;AAEAN,IAAI,CAAC,wEAAD,EAA2EO,CAAC,IAAI;AAClFA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,6BAA6B,CAACM,SAA/B,EAA0C,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC/DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,kEAAiEF,GAAI,mEAA9F;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,6BAAlG,EAAiIC,cAAjI,CAAJ;AACAJ,IAAI,CAAC,4EAAD,EAA+EE,oBAA/E,EAAqGC,6BAArG,EAAoIE,iBAApI,CAAJ;AACAL,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,6BAAnG,EAAkIG,eAAlI,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport TemplateReviewDashboardSkills from '..';\nimport fixtureLoading from './fixtures/loading';\nimport fixtureManySkills from './fixtures/many-skills';\nimport fixtureNoSkills from './fixtures/no-skills';\n\ntest('Template › TemplateReviewDashboardSkills > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateReviewDashboardSkills.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Template.TemplateReviewDashboardSkills.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Template › TemplateReviewDashboardSkills › Loading › should be rendered', renderComponentMacro, TemplateReviewDashboardSkills, fixtureLoading);\ntest('Template › TemplateReviewDashboardSkills › ManySkills › should be rendered', renderComponentMacro, TemplateReviewDashboardSkills, fixtureManySkills);\ntest('Template › TemplateReviewDashboardSkills › NoSkills › should be rendered', renderComponentMacro, TemplateReviewDashboardSkills, fixtureNoSkills);\n"],"file":"fixtures.js"}
@@ -1,19 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import TemplateSlidesReview from '..';
5
- import fixtureFailure from './fixtures/failure';
6
- import fixtureOnlyOnceOnLastSlide from './fixtures/only-once-on-last-slide';
7
- import fixtureRandomResponses from './fixtures/random-responses';
8
- import fixtureSuccess from './fixtures/success';
9
- test('Template › TemplateSlidesReview > should have valid propTypes', t => {
10
- t.pass();
11
- forEach(TemplateSlidesReview.propTypes, (value, key) => {
12
- t.not(value, undefined, `PropType for "Template.TemplateSlidesReview.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
- });
14
- });
15
- test('Template › TemplateSlidesReview › Failure › should be rendered', renderComponentMacro, TemplateSlidesReview, fixtureFailure);
16
- test('Template › TemplateSlidesReview › OnlyOnceOnLastSlide › should be rendered', renderComponentMacro, TemplateSlidesReview, fixtureOnlyOnceOnLastSlide);
17
- test('Template › TemplateSlidesReview › RandomResponses › should be rendered', renderComponentMacro, TemplateSlidesReview, fixtureRandomResponses);
18
- test('Template › TemplateSlidesReview › Success › should be rendered', renderComponentMacro, TemplateSlidesReview, fixtureSuccess);
19
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/template/slides-review/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateSlidesReview","fixtureFailure","fixtureOnlyOnceOnLastSlide","fixtureRandomResponses","fixtureSuccess","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,oBAAP,MAAiC,IAAjC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,0BAAP,MAAuC,oCAAvC;AACA,OAAOC,sBAAP,MAAmC,6BAAnC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAP,IAAI,CAAC,+DAAD,EAAkEQ,CAAC,IAAI;AACzEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,oBAAoB,CAACO,SAAtB,EAAiC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACtDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,yDAAwDF,GAAI,mEAArF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,oBAAzF,EAA+GC,cAA/G,CAAJ;AACAJ,IAAI,CAAC,4EAAD,EAA+EE,oBAA/E,EAAqGC,oBAArG,EAA2HE,0BAA3H,CAAJ;AACAL,IAAI,CAAC,wEAAD,EAA2EE,oBAA3E,EAAiGC,oBAAjG,EAAuHG,sBAAvH,CAAJ;AACAN,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,oBAAzF,EAA+GI,cAA/G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport TemplateSlidesReview from '..';\nimport fixtureFailure from './fixtures/failure';\nimport fixtureOnlyOnceOnLastSlide from './fixtures/only-once-on-last-slide';\nimport fixtureRandomResponses from './fixtures/random-responses';\nimport fixtureSuccess from './fixtures/success';\n\ntest('Template › TemplateSlidesReview > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateSlidesReview.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Template.TemplateSlidesReview.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Template › TemplateSlidesReview › Failure › should be rendered', renderComponentMacro, TemplateSlidesReview, fixtureFailure);\ntest('Template › TemplateSlidesReview › OnlyOnceOnLastSlide › should be rendered', renderComponentMacro, TemplateSlidesReview, fixtureOnlyOnceOnLastSlide);\ntest('Template › TemplateSlidesReview › RandomResponses › should be rendered', renderComponentMacro, TemplateSlidesReview, fixtureRandomResponses);\ntest('Template › TemplateSlidesReview › Success › should be rendered', renderComponentMacro, TemplateSlidesReview, fixtureSuccess);\n"],"file":"fixtures.js"}
@@ -1,17 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import TemplateTeamsDashboard from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureIsLoading from './fixtures/is-loading';
7
- import fixtureMobile from './fixtures/mobile';
8
- test('Template › TemplateTeamsDashboard > should have valid propTypes', t => {
9
- t.pass();
10
- forEach(TemplateTeamsDashboard.propTypes, (value, key) => {
11
- t.not(value, undefined, `PropType for "Template.TemplateTeamsDashboard.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
- });
13
- });
14
- test('Template › TemplateTeamsDashboard › Default › should be rendered', renderComponentMacro, TemplateTeamsDashboard, fixtureDefault);
15
- test('Template › TemplateTeamsDashboard › IsLoading › should be rendered', renderComponentMacro, TemplateTeamsDashboard, fixtureIsLoading);
16
- test('Template › TemplateTeamsDashboard › Mobile › should be rendered', renderComponentMacro, TemplateTeamsDashboard, fixtureMobile);
17
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/template/teams-dashboard/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateTeamsDashboard","fixtureDefault","fixtureIsLoading","fixtureMobile","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,wCAAjC;AACA,OAAOC,sBAAP,MAAmC,IAAnC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AAEAN,IAAI,CAAC,iEAAD,EAAoEO,CAAC,IAAI;AAC3EA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,sBAAsB,CAACM,SAAxB,EAAmC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACxDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2DAA0DF,GAAI,mEAAvF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAX,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,sBAA3F,EAAmHC,cAAnH,CAAJ;AACAJ,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,sBAA7F,EAAqHE,gBAArH,CAAJ;AACAL,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,sBAA1F,EAAkHG,aAAlH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport TemplateTeamsDashboard from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureIsLoading from './fixtures/is-loading';\nimport fixtureMobile from './fixtures/mobile';\n\ntest('Template › TemplateTeamsDashboard > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateTeamsDashboard.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Template.TemplateTeamsDashboard.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Template › TemplateTeamsDashboard › Default › should be rendered', renderComponentMacro, TemplateTeamsDashboard, fixtureDefault);\ntest('Template › TemplateTeamsDashboard › IsLoading › should be rendered', renderComponentMacro, TemplateTeamsDashboard, fixtureIsLoading);\ntest('Template › TemplateTeamsDashboard › Mobile › should be rendered', renderComponentMacro, TemplateTeamsDashboard, fixtureMobile);\n"],"file":"fixtures.js"}
@@ -1,31 +0,0 @@
1
- "use strict";
2
-
3
- var _ava = _interopRequireDefault(require("ava"));
4
-
5
- var _forEach = _interopRequireDefault(require("lodash/forEach"));
6
-
7
- var _renderComponent = _interopRequireDefault(require("../../../test/helpers/render-component"));
8
-
9
- var _ = _interopRequireDefault(require(".."));
10
-
11
- var _default = _interopRequireDefault(require("./fixtures/default"));
12
-
13
- var _error = _interopRequireDefault(require("./fixtures/error"));
14
-
15
- var _filled = _interopRequireDefault(require("./fixtures/filled"));
16
-
17
- var _modified = _interopRequireDefault(require("./fixtures/modified"));
18
-
19
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
20
-
21
- (0, _ava.default)('Atom › AtomAutocomplete > should have valid propTypes', t => {
22
- t.pass();
23
- (0, _forEach.default)(_.default.propTypes, (value, key) => {
24
- t.not(value, undefined, `PropType for "Atom.AtomAutocomplete.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
25
- });
26
- });
27
- (0, _ava.default)('Atom › AtomAutocomplete › Default › should be rendered', _renderComponent.default, _.default, _default.default);
28
- (0, _ava.default)('Atom › AtomAutocomplete › Error › should be rendered', _renderComponent.default, _.default, _error.default);
29
- (0, _ava.default)('Atom › AtomAutocomplete › Filled › should be rendered', _renderComponent.default, _.default, _filled.default);
30
- (0, _ava.default)('Atom › AtomAutocomplete › Modified › should be rendered', _renderComponent.default, _.default, _modified.default);
31
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/autocomplete/test/fixtures.js"],"names":["t","pass","AtomAutocomplete","propTypes","value","key","not","undefined","renderComponentMacro","fixtureDefault","fixtureError","fixtureFilled","fixtureModified"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;AAEA,kBAAK,uDAAL,EAA8DA,CAAC,IAAI;AACjEA,EAAAA,CAAC,CAACC,IAAF;AACA,wBAAQC,UAAiBC,SAAzB,EAAoC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAClDL,IAAAA,CAAC,CAACM,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,iDAAgDF,GAAI,mEAA7E;AACD,GAFD;AAGD,CALD;AAOA,kBAAK,wDAAL,EAA+DG,wBAA/D,EAAqFN,SAArF,EAAuGO,gBAAvG;AACA,kBAAK,sDAAL,EAA6DD,wBAA7D,EAAmFN,SAAnF,EAAqGQ,cAArG;AACA,kBAAK,uDAAL,EAA8DF,wBAA9D,EAAoFN,SAApF,EAAsGS,eAAtG;AACA,kBAAK,yDAAL,EAAgEH,wBAAhE,EAAsFN,SAAtF,EAAwGU,iBAAxG","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomAutocomplete from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureError from './fixtures/error';\nimport fixtureFilled from './fixtures/filled';\nimport fixtureModified from './fixtures/modified';\n\ntest('Atom › AtomAutocomplete > should have valid propTypes', t => {\n t.pass();\n forEach(AtomAutocomplete.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomAutocomplete.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomAutocomplete › Default › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureDefault);\ntest('Atom › AtomAutocomplete › Error › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureError);\ntest('Atom › AtomAutocomplete › Filled › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureFilled);\ntest('Atom › AtomAutocomplete › Modified › should be rendered', renderComponentMacro, AtomAutocomplete, fixtureModified);\n"],"file":"fixtures.js"}
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- var _ava = _interopRequireDefault(require("ava"));
4
-
5
- var _forEach = _interopRequireDefault(require("lodash/forEach"));
6
-
7
- var _renderComponent = _interopRequireDefault(require("../../../test/helpers/render-component"));
8
-
9
- var _ = _interopRequireDefault(require(".."));
10
-
11
- var _default = _interopRequireDefault(require("./fixtures/default"));
12
-
13
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
14
-
15
- (0, _ava.default)('Atom › AtomAvatar > should have valid propTypes', t => {
16
- t.pass();
17
- (0, _forEach.default)(_.default.propTypes, (value, key) => {
18
- t.not(value, undefined, `PropType for "Atom.AtomAvatar.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
19
- });
20
- });
21
- (0, _ava.default)('Atom › AtomAvatar › Default › should be rendered', _renderComponent.default, _.default, _default.default);
22
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/avatar/test/fixtures.js"],"names":["t","pass","AtomAvatar","propTypes","value","key","not","undefined","renderComponentMacro","fixtureDefault"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;AACA;;;;AAEA,kBAAK,iDAAL,EAAwDA,CAAC,IAAI;AAC3DA,EAAAA,CAAC,CAACC,IAAF;AACA,wBAAQC,UAAWC,SAAnB,EAA8B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC5CL,IAAAA,CAAC,CAACM,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2CAA0CF,GAAI,mEAAvE;AACD,GAFD;AAGD,CALD;AAOA,kBAAK,kDAAL,EAAyDG,wBAAzD,EAA+EN,SAA/E,EAA2FO,gBAA3F","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomAvatar from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Atom › AtomAvatar > should have valid propTypes', t => {\n t.pass();\n forEach(AtomAvatar.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomAvatar.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomAvatar › Default › should be rendered', renderComponentMacro, AtomAvatar, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -1,43 +0,0 @@
1
- "use strict";
2
-
3
- var _ava = _interopRequireDefault(require("ava"));
4
-
5
- var _forEach = _interopRequireDefault(require("lodash/forEach"));
6
-
7
- var _renderComponent = _interopRequireDefault(require("../../../test/helpers/render-component"));
8
-
9
- var _ = _interopRequireDefault(require(".."));
10
-
11
- var _a = _interopRequireDefault(require("./fixtures/a"));
12
-
13
- var _className = _interopRequireDefault(require("./fixtures/class-name"));
14
-
15
- var _clear = _interopRequireDefault(require("./fixtures/clear"));
16
-
17
- var _default = _interopRequireDefault(require("./fixtures/default"));
18
-
19
- var _disabled = _interopRequireDefault(require("./fixtures/disabled"));
20
-
21
- var _download = _interopRequireDefault(require("./fixtures/download"));
22
-
23
- var _link = _interopRequireDefault(require("./fixtures/link"));
24
-
25
- var _sso = _interopRequireDefault(require("./fixtures/sso"));
26
-
27
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
28
-
29
- (0, _ava.default)('Atom › AtomButton > should have valid propTypes', t => {
30
- t.pass();
31
- (0, _forEach.default)(_.default.propTypes, (value, key) => {
32
- t.not(value, undefined, `PropType for "Atom.AtomButton.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
33
- });
34
- });
35
- (0, _ava.default)('Atom › AtomButton › A › should be rendered', _renderComponent.default, _.default, _a.default);
36
- (0, _ava.default)('Atom › AtomButton › ClassName › should be rendered', _renderComponent.default, _.default, _className.default);
37
- (0, _ava.default)('Atom › AtomButton › Clear › should be rendered', _renderComponent.default, _.default, _clear.default);
38
- (0, _ava.default)('Atom › AtomButton › Default › should be rendered', _renderComponent.default, _.default, _default.default);
39
- (0, _ava.default)('Atom › AtomButton › Disabled › should be rendered', _renderComponent.default, _.default, _disabled.default);
40
- (0, _ava.default)('Atom › AtomButton › Download › should be rendered', _renderComponent.default, _.default, _download.default);
41
- (0, _ava.default)('Atom › AtomButton › Link › should be rendered', _renderComponent.default, _.default, _link.default);
42
- (0, _ava.default)('Atom › AtomButton › Sso › should be rendered', _renderComponent.default, _.default, _sso.default);
43
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/atom/button/test/fixtures.js"],"names":["t","pass","AtomButton","propTypes","value","key","not","undefined","renderComponentMacro","fixtureA","fixtureClassName","fixtureClear","fixtureDefault","fixtureDisabled","fixtureDownload","fixtureLink","fixtureSso"],"mappings":";;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;AAEA,kBAAK,iDAAL,EAAwDA,CAAC,IAAI;AAC3DA,EAAAA,CAAC,CAACC,IAAF;AACA,wBAAQC,UAAWC,SAAnB,EAA8B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC5CL,IAAAA,CAAC,CAACM,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,2CAA0CF,GAAI,mEAAvE;AACD,GAFD;AAGD,CALD;AAOA,kBAAK,4CAAL,EAAmDG,wBAAnD,EAAyEN,SAAzE,EAAqFO,UAArF;AACA,kBAAK,oDAAL,EAA2DD,wBAA3D,EAAiFN,SAAjF,EAA6FQ,kBAA7F;AACA,kBAAK,gDAAL,EAAuDF,wBAAvD,EAA6EN,SAA7E,EAAyFS,cAAzF;AACA,kBAAK,kDAAL,EAAyDH,wBAAzD,EAA+EN,SAA/E,EAA2FU,gBAA3F;AACA,kBAAK,mDAAL,EAA0DJ,wBAA1D,EAAgFN,SAAhF,EAA4FW,iBAA5F;AACA,kBAAK,mDAAL,EAA0DL,wBAA1D,EAAgFN,SAAhF,EAA4FY,iBAA5F;AACA,kBAAK,+CAAL,EAAsDN,wBAAtD,EAA4EN,SAA5E,EAAwFa,aAAxF;AACA,kBAAK,8CAAL,EAAqDP,wBAArD,EAA2EN,SAA3E,EAAuFc,YAAvF","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport AtomButton from '..';\nimport fixtureA from './fixtures/a';\nimport fixtureClassName from './fixtures/class-name';\nimport fixtureClear from './fixtures/clear';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureDownload from './fixtures/download';\nimport fixtureLink from './fixtures/link';\nimport fixtureSso from './fixtures/sso';\n\ntest('Atom › AtomButton > should have valid propTypes', t => {\n t.pass();\n forEach(AtomButton.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Atom.AtomButton.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Atom › AtomButton › A › should be rendered', renderComponentMacro, AtomButton, fixtureA);\ntest('Atom › AtomButton › ClassName › should be rendered', renderComponentMacro, AtomButton, fixtureClassName);\ntest('Atom › AtomButton › Clear › should be rendered', renderComponentMacro, AtomButton, fixtureClear);\ntest('Atom › AtomButton › Default › should be rendered', renderComponentMacro, AtomButton, fixtureDefault);\ntest('Atom › AtomButton › Disabled › should be rendered', renderComponentMacro, AtomButton, fixtureDisabled);\ntest('Atom › AtomButton › Download › should be rendered', renderComponentMacro, AtomButton, fixtureDownload);\ntest('Atom › AtomButton › Link › should be rendered', renderComponentMacro, AtomButton, fixtureLink);\ntest('Atom › AtomButton › Sso › should be rendered', renderComponentMacro, AtomButton, fixtureSso);\n"],"file":"fixtures.js"}