@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,31 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismMoocHeader from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureLinkOnly from './fixtures/link-only';
7
- import fixtureLoggedWithBattleNotifications from './fixtures/logged-with-battle-notifications';
8
- import fixtureLogged from './fixtures/logged';
9
- import fixtureMobileSmallLogoFormat from './fixtures/mobile-small-logo-format';
10
- import fixtureMobileWideLogoFormat from './fixtures/mobile-wide-logo-format';
11
- import fixtureOnHeaderActionHandlers from './fixtures/on-header-action-handlers';
12
- import fixtureTeamsFrench from './fixtures/teams-french';
13
- import fixtureTeams from './fixtures/teams';
14
- import fixtureUserChangePassword from './fixtures/user-change-password';
15
- test('Organism › OrganismMoocHeader > should have valid propTypes', t => {
16
- t.pass();
17
- forEach(OrganismMoocHeader.propTypes, (value, key) => {
18
- t.not(value, undefined, `PropType for "Organism.OrganismMoocHeader.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
19
- });
20
- });
21
- test('Organism › OrganismMoocHeader › Default › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureDefault);
22
- test('Organism › OrganismMoocHeader › LinkOnly › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureLinkOnly);
23
- test('Organism › OrganismMoocHeader › LoggedWithBattleNotifications › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureLoggedWithBattleNotifications);
24
- test('Organism › OrganismMoocHeader › Logged › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureLogged);
25
- test('Organism › OrganismMoocHeader › MobileSmallLogoFormat › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureMobileSmallLogoFormat);
26
- test('Organism › OrganismMoocHeader › MobileWideLogoFormat › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureMobileWideLogoFormat);
27
- test('Organism › OrganismMoocHeader › OnHeaderActionHandlers › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureOnHeaderActionHandlers);
28
- test('Organism › OrganismMoocHeader › TeamsFrench › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureTeamsFrench);
29
- test('Organism › OrganismMoocHeader › Teams › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureTeams);
30
- test('Organism › OrganismMoocHeader › UserChangePassword › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureUserChangePassword);
31
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/mooc-header/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismMoocHeader","fixtureDefault","fixtureLinkOnly","fixtureLoggedWithBattleNotifications","fixtureLogged","fixtureMobileSmallLogoFormat","fixtureMobileWideLogoFormat","fixtureOnHeaderActionHandlers","fixtureTeamsFrench","fixtureTeams","fixtureUserChangePassword","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,kBAAP,MAA+B,IAA/B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,sBAA5B;AACA,OAAOC,oCAAP,MAAiD,6CAAjD;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,4BAAP,MAAyC,qCAAzC;AACA,OAAOC,2BAAP,MAAwC,oCAAxC;AACA,OAAOC,6BAAP,MAA0C,sCAA1C;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,yBAAP,MAAsC,iCAAtC;AAEAb,IAAI,CAAC,6DAAD,EAAgEc,CAAC,IAAI;AACvEA,EAAAA,CAAC,CAACC,IAAF;AACAd,EAAAA,OAAO,CAACE,kBAAkB,CAACa,SAApB,EAA+B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACpDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,uDAAsDF,GAAI,mEAAnF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAlB,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,kBAAvF,EAA2GC,cAA3G,CAAJ;AACAJ,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,kBAAxF,EAA4GE,eAA5G,CAAJ;AACAL,IAAI,CAAC,oFAAD,EAAuFE,oBAAvF,EAA6GC,kBAA7G,EAAiIG,oCAAjI,CAAJ;AACAN,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,kBAAtF,EAA0GI,aAA1G,CAAJ;AACAP,IAAI,CAAC,4EAAD,EAA+EE,oBAA/E,EAAqGC,kBAArG,EAAyHK,4BAAzH,CAAJ;AACAR,IAAI,CAAC,2EAAD,EAA8EE,oBAA9E,EAAoGC,kBAApG,EAAwHM,2BAAxH,CAAJ;AACAT,IAAI,CAAC,6EAAD,EAAgFE,oBAAhF,EAAsGC,kBAAtG,EAA0HO,6BAA1H,CAAJ;AACAV,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,kBAA3F,EAA+GQ,kBAA/G,CAAJ;AACAX,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,kBAArF,EAAyGS,YAAzG,CAAJ;AACAZ,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,kBAAlG,EAAsHU,yBAAtH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismMoocHeader from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureLinkOnly from './fixtures/link-only';\nimport fixtureLoggedWithBattleNotifications from './fixtures/logged-with-battle-notifications';\nimport fixtureLogged from './fixtures/logged';\nimport fixtureMobileSmallLogoFormat from './fixtures/mobile-small-logo-format';\nimport fixtureMobileWideLogoFormat from './fixtures/mobile-wide-logo-format';\nimport fixtureOnHeaderActionHandlers from './fixtures/on-header-action-handlers';\nimport fixtureTeamsFrench from './fixtures/teams-french';\nimport fixtureTeams from './fixtures/teams';\nimport fixtureUserChangePassword from './fixtures/user-change-password';\n\ntest('Organism › OrganismMoocHeader > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismMoocHeader.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismMoocHeader.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismMoocHeader › Default › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureDefault);\ntest('Organism › OrganismMoocHeader › LinkOnly › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureLinkOnly);\ntest('Organism › OrganismMoocHeader › LoggedWithBattleNotifications › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureLoggedWithBattleNotifications);\ntest('Organism › OrganismMoocHeader › Logged › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureLogged);\ntest('Organism › OrganismMoocHeader › MobileSmallLogoFormat › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureMobileSmallLogoFormat);\ntest('Organism › OrganismMoocHeader › MobileWideLogoFormat › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureMobileWideLogoFormat);\ntest('Organism › OrganismMoocHeader › OnHeaderActionHandlers › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureOnHeaderActionHandlers);\ntest('Organism › OrganismMoocHeader › TeamsFrench › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureTeamsFrench);\ntest('Organism › OrganismMoocHeader › Teams › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureTeams);\ntest('Organism › OrganismMoocHeader › UserChangePassword › should be rendered', renderComponentMacro, OrganismMoocHeader, fixtureUserChangePassword);\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 OrganismPopin from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('Organism › OrganismPopin > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(OrganismPopin.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "Organism.OrganismPopin.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('Organism › OrganismPopin › Default › should be rendered', renderComponentMacro, OrganismPopin, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/popin/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismPopin","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,aAAP,MAA0B,IAA1B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,wDAAD,EAA2DK,CAAC,IAAI;AAClEA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,aAAa,CAACI,SAAf,EAA0B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC/CJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,kDAAiDF,GAAI,mEAA9E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,yDAAD,EAA4DE,oBAA5D,EAAkFC,aAAlF,EAAiGC,cAAjG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismPopin from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Organism › OrganismPopin > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismPopin.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismPopin.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismPopin › Default › should be rendered', renderComponentMacro, OrganismPopin, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -1,37 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismResourceBrowser from '..';
5
- import fixtureArabic from './fixtures/arabic';
6
- import fixtureAudio from './fixtures/audio';
7
- import fixtureH5P from './fixtures/h5p';
8
- import fixtureJwplayerWithOverlay from './fixtures/jwplayer-with-overlay';
9
- import fixtureJwplayer from './fixtures/jwplayer';
10
- import fixtureKontiki from './fixtures/kontiki';
11
- import fixtureMp4 from './fixtures/mp4';
12
- import fixtureOmniPlayer from './fixtures/omni-player';
13
- import fixtureOneVideo from './fixtures/one-video';
14
- import fixturePdfWithOverlay from './fixtures/pdf-with-overlay';
15
- import fixturePdf from './fixtures/pdf';
16
- import fixtureVimeoWithOverlay from './fixtures/vimeo-with-overlay';
17
- import fixtureVimeo from './fixtures/vimeo';
18
- test('Organism › OrganismResourceBrowser > should have valid propTypes', t => {
19
- t.pass();
20
- forEach(OrganismResourceBrowser.propTypes, (value, key) => {
21
- t.not(value, undefined, `PropType for "Organism.OrganismResourceBrowser.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
22
- });
23
- });
24
- test('Organism › OrganismResourceBrowser › Arabic › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureArabic);
25
- test('Organism › OrganismResourceBrowser › Audio › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureAudio);
26
- test('Organism › OrganismResourceBrowser › H5P › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureH5P);
27
- test('Organism › OrganismResourceBrowser › JwplayerWithOverlay › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureJwplayerWithOverlay);
28
- test('Organism › OrganismResourceBrowser › Jwplayer › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureJwplayer);
29
- test('Organism › OrganismResourceBrowser › Kontiki › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureKontiki);
30
- test('Organism › OrganismResourceBrowser › Mp4 › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureMp4);
31
- test('Organism › OrganismResourceBrowser › OmniPlayer › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureOmniPlayer);
32
- test('Organism › OrganismResourceBrowser › OneVideo › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureOneVideo);
33
- test('Organism › OrganismResourceBrowser › PdfWithOverlay › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixturePdfWithOverlay);
34
- test('Organism › OrganismResourceBrowser › Pdf › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixturePdf);
35
- test('Organism › OrganismResourceBrowser › VimeoWithOverlay › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureVimeoWithOverlay);
36
- test('Organism › OrganismResourceBrowser › Vimeo › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureVimeo);
37
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/resource-browser/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismResourceBrowser","fixtureArabic","fixtureAudio","fixtureH5P","fixtureJwplayerWithOverlay","fixtureJwplayer","fixtureKontiki","fixtureMp4","fixtureOmniPlayer","fixtureOneVideo","fixturePdfWithOverlay","fixturePdf","fixtureVimeoWithOverlay","fixtureVimeo","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,uBAAP,MAAoC,IAApC;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,0BAAP,MAAuC,kCAAvC;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,eAAP,MAA4B,sBAA5B;AACA,OAAOC,qBAAP,MAAkC,6BAAlC;AACA,OAAOC,UAAP,MAAuB,gBAAvB;AACA,OAAOC,uBAAP,MAAoC,+BAApC;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AAEAhB,IAAI,CAAC,kEAAD,EAAqEiB,CAAC,IAAI;AAC5EA,EAAAA,CAAC,CAACC,IAAF;AACAjB,EAAAA,OAAO,CAACE,uBAAuB,CAACgB,SAAzB,EAAoC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACzDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,4DAA2DF,GAAI,mEAAxF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOArB,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,uBAA3F,EAAoHC,aAApH,CAAJ;AACAJ,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,uBAA1F,EAAmHE,YAAnH,CAAJ;AACAL,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,uBAAxF,EAAiHG,UAAjH,CAAJ;AACAN,IAAI,CAAC,+EAAD,EAAkFE,oBAAlF,EAAwGC,uBAAxG,EAAiII,0BAAjI,CAAJ;AACAP,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,uBAA7F,EAAsHK,eAAtH,CAAJ;AACAR,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,uBAA5F,EAAqHM,cAArH,CAAJ;AACAT,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,uBAAxF,EAAiHO,UAAjH,CAAJ;AACAV,IAAI,CAAC,sEAAD,EAAyEE,oBAAzE,EAA+FC,uBAA/F,EAAwHQ,iBAAxH,CAAJ;AACAX,IAAI,CAAC,oEAAD,EAAuEE,oBAAvE,EAA6FC,uBAA7F,EAAsHS,eAAtH,CAAJ;AACAZ,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,uBAAnG,EAA4HU,qBAA5H,CAAJ;AACAb,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,uBAAxF,EAAiHW,UAAjH,CAAJ;AACAd,IAAI,CAAC,4EAAD,EAA+EE,oBAA/E,EAAqGC,uBAArG,EAA8HY,uBAA9H,CAAJ;AACAf,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,uBAA1F,EAAmHa,YAAnH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismResourceBrowser from '..';\nimport fixtureArabic from './fixtures/arabic';\nimport fixtureAudio from './fixtures/audio';\nimport fixtureH5P from './fixtures/h5p';\nimport fixtureJwplayerWithOverlay from './fixtures/jwplayer-with-overlay';\nimport fixtureJwplayer from './fixtures/jwplayer';\nimport fixtureKontiki from './fixtures/kontiki';\nimport fixtureMp4 from './fixtures/mp4';\nimport fixtureOmniPlayer from './fixtures/omni-player';\nimport fixtureOneVideo from './fixtures/one-video';\nimport fixturePdfWithOverlay from './fixtures/pdf-with-overlay';\nimport fixturePdf from './fixtures/pdf';\nimport fixtureVimeoWithOverlay from './fixtures/vimeo-with-overlay';\nimport fixtureVimeo from './fixtures/vimeo';\n\ntest('Organism › OrganismResourceBrowser > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismResourceBrowser.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismResourceBrowser.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismResourceBrowser › Arabic › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureArabic);\ntest('Organism › OrganismResourceBrowser › Audio › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureAudio);\ntest('Organism › OrganismResourceBrowser › H5P › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureH5P);\ntest('Organism › OrganismResourceBrowser › JwplayerWithOverlay › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureJwplayerWithOverlay);\ntest('Organism › OrganismResourceBrowser › Jwplayer › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureJwplayer);\ntest('Organism › OrganismResourceBrowser › Kontiki › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureKontiki);\ntest('Organism › OrganismResourceBrowser › Mp4 › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureMp4);\ntest('Organism › OrganismResourceBrowser › OmniPlayer › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureOmniPlayer);\ntest('Organism › OrganismResourceBrowser › OneVideo › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureOneVideo);\ntest('Organism › OrganismResourceBrowser › PdfWithOverlay › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixturePdfWithOverlay);\ntest('Organism › OrganismResourceBrowser › Pdf › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixturePdf);\ntest('Organism › OrganismResourceBrowser › VimeoWithOverlay › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureVimeoWithOverlay);\ntest('Organism › OrganismResourceBrowser › Vimeo › should be rendered', renderComponentMacro, OrganismResourceBrowser, fixtureVimeo);\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 OrganismReviewCongrats from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('Organism › OrganismReviewCongrats > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(OrganismReviewCongrats.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "Organism.OrganismReviewCongrats.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('Organism › OrganismReviewCongrats › Default › should be rendered', renderComponentMacro, OrganismReviewCongrats, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/review-congrats/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismReviewCongrats","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 OrganismReviewCongrats from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Organism › OrganismReviewCongrats > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismReviewCongrats.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismReviewCongrats.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismReviewCongrats › Default › should be rendered', renderComponentMacro, OrganismReviewCongrats, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -1,25 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismReviewHeader from '..';
5
- import fixtureAllQuestionsOk from './fixtures/all-questions-ok';
6
- import fixtureCurrentQuestionNoAnswered from './fixtures/current-question-no-answered';
7
- import fixtureCurrentQuestionWrong from './fixtures/current-question-wrong';
8
- import fixtureFirstQuestionCurrentRight from './fixtures/first-question-current-right';
9
- import fixtureNoAnsweredQuestion from './fixtures/no-answered-question';
10
- import fixtureQuestionToRepeat from './fixtures/question-to-repeat';
11
- import fixtureStepsAnimation from './fixtures/steps-animation';
12
- test('Organism › OrganismReviewHeader > should have valid propTypes', t => {
13
- t.pass();
14
- forEach(OrganismReviewHeader.propTypes, (value, key) => {
15
- t.not(value, undefined, `PropType for "Organism.OrganismReviewHeader.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
16
- });
17
- });
18
- test('Organism › OrganismReviewHeader › AllQuestionsOk › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureAllQuestionsOk);
19
- test('Organism › OrganismReviewHeader › CurrentQuestionNoAnswered › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureCurrentQuestionNoAnswered);
20
- test('Organism › OrganismReviewHeader › CurrentQuestionWrong › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureCurrentQuestionWrong);
21
- test('Organism › OrganismReviewHeader › FirstQuestionCurrentRight › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureFirstQuestionCurrentRight);
22
- test('Organism › OrganismReviewHeader › NoAnsweredQuestion › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureNoAnsweredQuestion);
23
- test('Organism › OrganismReviewHeader › QuestionToRepeat › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureQuestionToRepeat);
24
- test('Organism › OrganismReviewHeader › StepsAnimation › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureStepsAnimation);
25
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/review-header/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismReviewHeader","fixtureAllQuestionsOk","fixtureCurrentQuestionNoAnswered","fixtureCurrentQuestionWrong","fixtureFirstQuestionCurrentRight","fixtureNoAnsweredQuestion","fixtureQuestionToRepeat","fixtureStepsAnimation","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,qBAAP,MAAkC,6BAAlC;AACA,OAAOC,gCAAP,MAA6C,yCAA7C;AACA,OAAOC,2BAAP,MAAwC,mCAAxC;AACA,OAAOC,gCAAP,MAA6C,yCAA7C;AACA,OAAOC,yBAAP,MAAsC,iCAAtC;AACA,OAAOC,uBAAP,MAAoC,+BAApC;AACA,OAAOC,qBAAP,MAAkC,4BAAlC;AAEAV,IAAI,CAAC,+DAAD,EAAkEW,CAAC,IAAI;AACzEA,EAAAA,CAAC,CAACC,IAAF;AACAX,EAAAA,OAAO,CAACE,oBAAoB,CAACU,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;AAOAf,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,oBAAhG,EAAsHC,qBAAtH,CAAJ;AACAJ,IAAI,CAAC,kFAAD,EAAqFE,oBAArF,EAA2GC,oBAA3G,EAAiIE,gCAAjI,CAAJ;AACAL,IAAI,CAAC,6EAAD,EAAgFE,oBAAhF,EAAsGC,oBAAtG,EAA4HG,2BAA5H,CAAJ;AACAN,IAAI,CAAC,kFAAD,EAAqFE,oBAArF,EAA2GC,oBAA3G,EAAiII,gCAAjI,CAAJ;AACAP,IAAI,CAAC,2EAAD,EAA8EE,oBAA9E,EAAoGC,oBAApG,EAA0HK,yBAA1H,CAAJ;AACAR,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,oBAAlG,EAAwHM,uBAAxH,CAAJ;AACAT,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,oBAAhG,EAAsHO,qBAAtH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismReviewHeader from '..';\nimport fixtureAllQuestionsOk from './fixtures/all-questions-ok';\nimport fixtureCurrentQuestionNoAnswered from './fixtures/current-question-no-answered';\nimport fixtureCurrentQuestionWrong from './fixtures/current-question-wrong';\nimport fixtureFirstQuestionCurrentRight from './fixtures/first-question-current-right';\nimport fixtureNoAnsweredQuestion from './fixtures/no-answered-question';\nimport fixtureQuestionToRepeat from './fixtures/question-to-repeat';\nimport fixtureStepsAnimation from './fixtures/steps-animation';\n\ntest('Organism › OrganismReviewHeader > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismReviewHeader.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismReviewHeader.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismReviewHeader › AllQuestionsOk › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureAllQuestionsOk);\ntest('Organism › OrganismReviewHeader › CurrentQuestionNoAnswered › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureCurrentQuestionNoAnswered);\ntest('Organism › OrganismReviewHeader › CurrentQuestionWrong › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureCurrentQuestionWrong);\ntest('Organism › OrganismReviewHeader › FirstQuestionCurrentRight › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureFirstQuestionCurrentRight);\ntest('Organism › OrganismReviewHeader › NoAnsweredQuestion › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureNoAnsweredQuestion);\ntest('Organism › OrganismReviewHeader › QuestionToRepeat › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureQuestionToRepeat);\ntest('Organism › OrganismReviewHeader › StepsAnimation › should be rendered', renderComponentMacro, OrganismReviewHeader, fixtureStepsAnimation);\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 OrganismReviewSkills from '..';
5
- import fixtureLoading from './fixtures/loading';
6
- import fixtureManySkills from './fixtures/many-skills';
7
- import fixtureNoSkills from './fixtures/no-skills';
8
- test('Organism › OrganismReviewSkills > should have valid propTypes', t => {
9
- t.pass();
10
- forEach(OrganismReviewSkills.propTypes, (value, key) => {
11
- t.not(value, undefined, `PropType for "Organism.OrganismReviewSkills.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
12
- });
13
- });
14
- test('Organism › OrganismReviewSkills › Loading › should be rendered', renderComponentMacro, OrganismReviewSkills, fixtureLoading);
15
- test('Organism › OrganismReviewSkills › ManySkills › should be rendered', renderComponentMacro, OrganismReviewSkills, fixtureManySkills);
16
- test('Organism › OrganismReviewSkills › NoSkills › should be rendered', renderComponentMacro, OrganismReviewSkills, fixtureNoSkills);
17
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/review-skills/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismReviewSkills","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,oBAAP,MAAiC,IAAjC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,eAAP,MAA4B,sBAA5B;AAEAN,IAAI,CAAC,+DAAD,EAAkEO,CAAC,IAAI;AACzEA,EAAAA,CAAC,CAACC,IAAF;AACAP,EAAAA,OAAO,CAACE,oBAAoB,CAACM,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;AAOAX,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,oBAAzF,EAA+GC,cAA/G,CAAJ;AACAJ,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,oBAA5F,EAAkHE,iBAAlH,CAAJ;AACAL,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,oBAA1F,EAAgHG,eAAhH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismReviewSkills from '..';\nimport fixtureLoading from './fixtures/loading';\nimport fixtureManySkills from './fixtures/many-skills';\nimport fixtureNoSkills from './fixtures/no-skills';\n\ntest('Organism › OrganismReviewSkills > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismReviewSkills.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismReviewSkills.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismReviewSkills › Loading › should be rendered', renderComponentMacro, OrganismReviewSkills, fixtureLoading);\ntest('Organism › OrganismReviewSkills › ManySkills › should be rendered', renderComponentMacro, OrganismReviewSkills, fixtureManySkills);\ntest('Organism › OrganismReviewSkills › NoSkills › should be rendered', renderComponentMacro, OrganismReviewSkills, 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 OrganismRewardsForm from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureNoRewards from './fixtures/no-rewards';
7
- import fixtureOneReward from './fixtures/one-reward';
8
- import fixtureTwoRewards from './fixtures/two-rewards';
9
- test('Organism › OrganismRewardsForm > should have valid propTypes', t => {
10
- t.pass();
11
- forEach(OrganismRewardsForm.propTypes, (value, key) => {
12
- t.not(value, undefined, `PropType for "Organism.OrganismRewardsForm.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
- });
14
- });
15
- test('Organism › OrganismRewardsForm › Default › should be rendered', renderComponentMacro, OrganismRewardsForm, fixtureDefault);
16
- test('Organism › OrganismRewardsForm › NoRewards › should be rendered', renderComponentMacro, OrganismRewardsForm, fixtureNoRewards);
17
- test('Organism › OrganismRewardsForm › OneReward › should be rendered', renderComponentMacro, OrganismRewardsForm, fixtureOneReward);
18
- test('Organism › OrganismRewardsForm › TwoRewards › should be rendered', renderComponentMacro, OrganismRewardsForm, fixtureTwoRewards);
19
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/rewards-form/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismRewardsForm","fixtureDefault","fixtureNoRewards","fixtureOneReward","fixtureTwoRewards","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,mBAAP,MAAgC,IAAhC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AAEAP,IAAI,CAAC,8DAAD,EAAiEQ,CAAC,IAAI;AACxEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,mBAAmB,CAACO,SAArB,EAAgC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACrDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,wDAAuDF,GAAI,mEAApF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GC,cAA7G,CAAJ;AACAJ,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,mBAA1F,EAA+GE,gBAA/G,CAAJ;AACAL,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,mBAA1F,EAA+GG,gBAA/G,CAAJ;AACAN,IAAI,CAAC,kEAAD,EAAqEE,oBAArE,EAA2FC,mBAA3F,EAAgHI,iBAAhH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismRewardsForm from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureNoRewards from './fixtures/no-rewards';\nimport fixtureOneReward from './fixtures/one-reward';\nimport fixtureTwoRewards from './fixtures/two-rewards';\n\ntest('Organism › OrganismRewardsForm > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismRewardsForm.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismRewardsForm.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismRewardsForm › Default › should be rendered', renderComponentMacro, OrganismRewardsForm, fixtureDefault);\ntest('Organism › OrganismRewardsForm › NoRewards › should be rendered', renderComponentMacro, OrganismRewardsForm, fixtureNoRewards);\ntest('Organism › OrganismRewardsForm › OneReward › should be rendered', renderComponentMacro, OrganismRewardsForm, fixtureOneReward);\ntest('Organism › OrganismRewardsForm › TwoRewards › should be rendered', renderComponentMacro, OrganismRewardsForm, fixtureTwoRewards);\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 OrganismSearchAndChipsResults from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureEmpty from './fixtures/empty';
7
- import fixtureFiltered from './fixtures/filtered';
8
- import fixtureLoading from './fixtures/loading';
9
- import fixtureSortedSelected from './fixtures/sorted-selected';
10
- import fixtureUnsortedSelected from './fixtures/unsorted-selected';
11
- test('Organism › OrganismSearchAndChipsResults > should have valid propTypes', t => {
12
- t.pass();
13
- forEach(OrganismSearchAndChipsResults.propTypes, (value, key) => {
14
- t.not(value, undefined, `PropType for "Organism.OrganismSearchAndChipsResults.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
15
- });
16
- });
17
- test('Organism › OrganismSearchAndChipsResults › Default › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureDefault);
18
- test('Organism › OrganismSearchAndChipsResults › Empty › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureEmpty);
19
- test('Organism › OrganismSearchAndChipsResults › Filtered › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureFiltered);
20
- test('Organism › OrganismSearchAndChipsResults › Loading › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureLoading);
21
- test('Organism › OrganismSearchAndChipsResults › SortedSelected › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureSortedSelected);
22
- test('Organism › OrganismSearchAndChipsResults › UnsortedSelected › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureUnsortedSelected);
23
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/search-and-chips-results/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismSearchAndChipsResults","fixtureDefault","fixtureEmpty","fixtureFiltered","fixtureLoading","fixtureSortedSelected","fixtureUnsortedSelected","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,YAAP,MAAyB,kBAAzB;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,qBAAP,MAAkC,4BAAlC;AACA,OAAOC,uBAAP,MAAoC,8BAApC;AAEAT,IAAI,CAAC,wEAAD,EAA2EU,CAAC,IAAI;AAClFA,EAAAA,CAAC,CAACC,IAAF;AACAV,EAAAA,OAAO,CAACE,6BAA6B,CAACS,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;AAOAd,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,6BAAlG,EAAiIC,cAAjI,CAAJ;AACAJ,IAAI,CAAC,uEAAD,EAA0EE,oBAA1E,EAAgGC,6BAAhG,EAA+HE,YAA/H,CAAJ;AACAL,IAAI,CAAC,0EAAD,EAA6EE,oBAA7E,EAAmGC,6BAAnG,EAAkIG,eAAlI,CAAJ;AACAN,IAAI,CAAC,yEAAD,EAA4EE,oBAA5E,EAAkGC,6BAAlG,EAAiII,cAAjI,CAAJ;AACAP,IAAI,CAAC,gFAAD,EAAmFE,oBAAnF,EAAyGC,6BAAzG,EAAwIK,qBAAxI,CAAJ;AACAR,IAAI,CAAC,kFAAD,EAAqFE,oBAArF,EAA2GC,6BAA3G,EAA0IM,uBAA1I,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismSearchAndChipsResults from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureFiltered from './fixtures/filtered';\nimport fixtureLoading from './fixtures/loading';\nimport fixtureSortedSelected from './fixtures/sorted-selected';\nimport fixtureUnsortedSelected from './fixtures/unsorted-selected';\n\ntest('Organism › OrganismSearchAndChipsResults > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismSearchAndChipsResults.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismSearchAndChipsResults.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismSearchAndChipsResults › Default › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureDefault);\ntest('Organism › OrganismSearchAndChipsResults › Empty › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureEmpty);\ntest('Organism › OrganismSearchAndChipsResults › Filtered › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureFiltered);\ntest('Organism › OrganismSearchAndChipsResults › Loading › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureLoading);\ntest('Organism › OrganismSearchAndChipsResults › SortedSelected › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureSortedSelected);\ntest('Organism › OrganismSearchAndChipsResults › UnsortedSelected › should be rendered', renderComponentMacro, OrganismSearchAndChipsResults, fixtureUnsortedSelected);\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 OrganismSettings from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureFreemium from './fixtures/freemium';
7
- import fixturePremium from './fixtures/premium';
8
- import fixturePromoCode from './fixtures/promo-code';
9
- test('Organism › OrganismSettings > should have valid propTypes', t => {
10
- t.pass();
11
- forEach(OrganismSettings.propTypes, (value, key) => {
12
- t.not(value, undefined, `PropType for "Organism.OrganismSettings.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
13
- });
14
- });
15
- test('Organism › OrganismSettings › Default › should be rendered', renderComponentMacro, OrganismSettings, fixtureDefault);
16
- test('Organism › OrganismSettings › Freemium › should be rendered', renderComponentMacro, OrganismSettings, fixtureFreemium);
17
- test('Organism › OrganismSettings › Premium › should be rendered', renderComponentMacro, OrganismSettings, fixturePremium);
18
- test('Organism › OrganismSettings › PromoCode › should be rendered', renderComponentMacro, OrganismSettings, fixturePromoCode);
19
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/settings/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismSettings","fixtureDefault","fixtureFreemium","fixturePremium","fixturePromoCode","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,gBAAP,MAA6B,IAA7B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AAEAP,IAAI,CAAC,2DAAD,EAA8DQ,CAAC,IAAI;AACrEA,EAAAA,CAAC,CAACC,IAAF;AACAR,EAAAA,OAAO,CAACE,gBAAgB,CAACO,SAAlB,EAA6B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAClDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,qDAAoDF,GAAI,mEAAjF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAZ,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,gBAArF,EAAuGC,cAAvG,CAAJ;AACAJ,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,gBAAtF,EAAwGE,eAAxG,CAAJ;AACAL,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,gBAArF,EAAuGG,cAAvG,CAAJ;AACAN,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,gBAAvF,EAAyGI,gBAAzG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismSettings from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureFreemium from './fixtures/freemium';\nimport fixturePremium from './fixtures/premium';\nimport fixturePromoCode from './fixtures/promo-code';\n\ntest('Organism › OrganismSettings > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismSettings.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismSettings.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismSettings › Default › should be rendered', renderComponentMacro, OrganismSettings, fixtureDefault);\ntest('Organism › OrganismSettings › Freemium › should be rendered', renderComponentMacro, OrganismSettings, fixtureFreemium);\ntest('Organism › OrganismSettings › Premium › should be rendered', renderComponentMacro, OrganismSettings, fixturePremium);\ntest('Organism › OrganismSettings › PromoCode › should be rendered', renderComponentMacro, OrganismSettings, fixturePromoCode);\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 OrganismSetupHeader from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureFromDashboards from './fixtures/from-dashboards';
7
- test('Organism › OrganismSetupHeader > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(OrganismSetupHeader.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Organism.OrganismSetupHeader.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Organism › OrganismSetupHeader › Default › should be rendered', renderComponentMacro, OrganismSetupHeader, fixtureDefault);
14
- test('Organism › OrganismSetupHeader › FromDashboards › should be rendered', renderComponentMacro, OrganismSetupHeader, fixtureFromDashboards);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/setup-header/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismSetupHeader","fixtureDefault","fixtureFromDashboards","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,mBAAP,MAAgC,IAAhC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,qBAAP,MAAkC,4BAAlC;AAEAL,IAAI,CAAC,8DAAD,EAAiEM,CAAC,IAAI;AACxEA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,mBAAmB,CAACK,SAArB,EAAgC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACrDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,wDAAuDF,GAAI,mEAApF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,mBAAxF,EAA6GC,cAA7G,CAAJ;AACAJ,IAAI,CAAC,sEAAD,EAAyEE,oBAAzE,EAA+FC,mBAA/F,EAAoHE,qBAApH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismSetupHeader from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureFromDashboards from './fixtures/from-dashboards';\n\ntest('Organism › OrganismSetupHeader > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismSetupHeader.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismSetupHeader.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismSetupHeader › Default › should be rendered', renderComponentMacro, OrganismSetupHeader, fixtureDefault);\ntest('Organism › OrganismSetupHeader › FromDashboards › should be rendered', renderComponentMacro, OrganismSetupHeader, fixtureFromDashboards);\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 OrganismSidebar from '..';
5
- import fixtureAnalytics from './fixtures/analytics';
6
- import fixtureCustom from './fixtures/custom';
7
- import fixtureDashboards from './fixtures/dashboards';
8
- import fixtureDefault from './fixtures/default';
9
- import fixtureOldAnalytics from './fixtures/old-analytics';
10
- import fixtureShowcase from './fixtures/showcase';
11
- test('Organism › OrganismSidebar > should have valid propTypes', t => {
12
- t.pass();
13
- forEach(OrganismSidebar.propTypes, (value, key) => {
14
- t.not(value, undefined, `PropType for "Organism.OrganismSidebar.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
15
- });
16
- });
17
- test('Organism › OrganismSidebar › Analytics › should be rendered', renderComponentMacro, OrganismSidebar, fixtureAnalytics);
18
- test('Organism › OrganismSidebar › Custom › should be rendered', renderComponentMacro, OrganismSidebar, fixtureCustom);
19
- test('Organism › OrganismSidebar › Dashboards › should be rendered', renderComponentMacro, OrganismSidebar, fixtureDashboards);
20
- test('Organism › OrganismSidebar › Default › should be rendered', renderComponentMacro, OrganismSidebar, fixtureDefault);
21
- test('Organism › OrganismSidebar › OldAnalytics › should be rendered', renderComponentMacro, OrganismSidebar, fixtureOldAnalytics);
22
- test('Organism › OrganismSidebar › Showcase › should be rendered', renderComponentMacro, OrganismSidebar, fixtureShowcase);
23
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/sidebar/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismSidebar","fixtureAnalytics","fixtureCustom","fixtureDashboards","fixtureDefault","fixtureOldAnalytics","fixtureShowcase","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,eAAP,MAA4B,IAA5B;AACA,OAAOC,gBAAP,MAA6B,sBAA7B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,iBAAP,MAA8B,uBAA9B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AAEAT,IAAI,CAAC,0DAAD,EAA6DU,CAAC,IAAI;AACpEA,EAAAA,CAAC,CAACC,IAAF;AACAV,EAAAA,OAAO,CAACE,eAAe,CAACS,SAAjB,EAA4B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACjDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,oDAAmDF,GAAI,mEAAhF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAd,IAAI,CAAC,6DAAD,EAAgEE,oBAAhE,EAAsFC,eAAtF,EAAuGC,gBAAvG,CAAJ;AACAJ,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,eAAnF,EAAoGE,aAApG,CAAJ;AACAL,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,eAAvF,EAAwGG,iBAAxG,CAAJ;AACAN,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,eAApF,EAAqGI,cAArG,CAAJ;AACAP,IAAI,CAAC,gEAAD,EAAmEE,oBAAnE,EAAyFC,eAAzF,EAA0GK,mBAA1G,CAAJ;AACAR,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,eAArF,EAAsGM,eAAtG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismSidebar from '..';\nimport fixtureAnalytics from './fixtures/analytics';\nimport fixtureCustom from './fixtures/custom';\nimport fixtureDashboards from './fixtures/dashboards';\nimport fixtureDefault from './fixtures/default';\nimport fixtureOldAnalytics from './fixtures/old-analytics';\nimport fixtureShowcase from './fixtures/showcase';\n\ntest('Organism › OrganismSidebar > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismSidebar.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismSidebar.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismSidebar › Analytics › should be rendered', renderComponentMacro, OrganismSidebar, fixtureAnalytics);\ntest('Organism › OrganismSidebar › Custom › should be rendered', renderComponentMacro, OrganismSidebar, fixtureCustom);\ntest('Organism › OrganismSidebar › Dashboards › should be rendered', renderComponentMacro, OrganismSidebar, fixtureDashboards);\ntest('Organism › OrganismSidebar › Default › should be rendered', renderComponentMacro, OrganismSidebar, fixtureDefault);\ntest('Organism › OrganismSidebar › OldAnalytics › should be rendered', renderComponentMacro, OrganismSidebar, fixtureOldAnalytics);\ntest('Organism › OrganismSidebar › Showcase › should be rendered', renderComponentMacro, OrganismSidebar, fixtureShowcase);\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 OrganismSlider from '..';
5
- import fixtureDefault from './fixtures/default';
6
- import fixtureMultipleSlides from './fixtures/multiple-slides';
7
- test('Organism › OrganismSlider > should have valid propTypes', t => {
8
- t.pass();
9
- forEach(OrganismSlider.propTypes, (value, key) => {
10
- t.not(value, undefined, `PropType for "Organism.OrganismSlider.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
11
- });
12
- });
13
- test('Organism › OrganismSlider › Default › should be rendered', renderComponentMacro, OrganismSlider, fixtureDefault);
14
- test('Organism › OrganismSlider › MultipleSlides › should be rendered', renderComponentMacro, OrganismSlider, fixtureMultipleSlides);
15
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/slider/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismSlider","fixtureDefault","fixtureMultipleSlides","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,cAAP,MAA2B,IAA3B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,qBAAP,MAAkC,4BAAlC;AAEAL,IAAI,CAAC,yDAAD,EAA4DM,CAAC,IAAI;AACnEA,EAAAA,CAAC,CAACC,IAAF;AACAN,EAAAA,OAAO,CAACE,cAAc,CAACK,SAAhB,EAA2B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAChDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,mDAAkDF,GAAI,mEAA/E;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAV,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,cAAnF,EAAmGC,cAAnG,CAAJ;AACAJ,IAAI,CAAC,iEAAD,EAAoEE,oBAApE,EAA0FC,cAA1F,EAA0GE,qBAA1G,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismSlider from '..';\nimport fixtureDefault from './fixtures/default';\nimport fixtureMultipleSlides from './fixtures/multiple-slides';\n\ntest('Organism › OrganismSlider > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismSlider.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismSlider.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismSlider › Default › should be rendered', renderComponentMacro, OrganismSlider, fixtureDefault);\ntest('Organism › OrganismSlider › MultipleSlides › should be rendered', renderComponentMacro, OrganismSlider, fixtureMultipleSlides);\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 OrganismUserPreferences from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('Organism › OrganismUserPreferences > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(OrganismUserPreferences.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "Organism.OrganismUserPreferences.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('Organism › OrganismUserPreferences › Default › should be rendered', renderComponentMacro, OrganismUserPreferences, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/user-preferences/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismUserPreferences","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,uBAAP,MAAoC,IAApC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,kEAAD,EAAqEK,CAAC,IAAI;AAC5EA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,uBAAuB,CAACI,SAAzB,EAAoC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACzDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,4DAA2DF,GAAI,mEAAxF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,mEAAD,EAAsEE,oBAAtE,EAA4FC,uBAA5F,EAAqHC,cAArH,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismUserPreferences from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('Organism › OrganismUserPreferences > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismUserPreferences.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismUserPreferences.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismUserPreferences › Default › should be rendered', renderComponentMacro, OrganismUserPreferences, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -1,27 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import OrganismWizardContents from '..';
5
- import fixtureCertificationGeneralSettingsEdit from './fixtures/certification-general-settings-edit';
6
- import fixtureCertificationRewards from './fixtures/certification-rewards';
7
- import fixturePlaylistAddCoursesCreate from './fixtures/playlist-add-courses-create';
8
- import fixturePlaylistGeneralSettingsCreate from './fixtures/playlist-general-settings-create';
9
- import fixturePlaylistGeneralSettingsEdit from './fixtures/playlist-general-settings-edit';
10
- import fixturePlaylistOrganizeCourses from './fixtures/playlist-organize-courses';
11
- import fixturePlaylistPopulationsCreate from './fixtures/playlist-populations-create';
12
- import fixturePlaylistTranslateEdit from './fixtures/playlist-translate-edit';
13
- test('Organism › OrganismWizardContents > should have valid propTypes', t => {
14
- t.pass();
15
- forEach(OrganismWizardContents.propTypes, (value, key) => {
16
- t.not(value, undefined, `PropType for "Organism.OrganismWizardContents.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
17
- });
18
- });
19
- test('Organism › OrganismWizardContents › CertificationGeneralSettingsEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixtureCertificationGeneralSettingsEdit);
20
- test('Organism › OrganismWizardContents › CertificationRewards › should be rendered', renderComponentMacro, OrganismWizardContents, fixtureCertificationRewards);
21
- test('Organism › OrganismWizardContents › PlaylistAddCoursesCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistAddCoursesCreate);
22
- test('Organism › OrganismWizardContents › PlaylistGeneralSettingsCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistGeneralSettingsCreate);
23
- test('Organism › OrganismWizardContents › PlaylistGeneralSettingsEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistGeneralSettingsEdit);
24
- test('Organism › OrganismWizardContents › PlaylistOrganizeCourses › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistOrganizeCourses);
25
- test('Organism › OrganismWizardContents › PlaylistPopulationsCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistPopulationsCreate);
26
- test('Organism › OrganismWizardContents › PlaylistTranslateEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistTranslateEdit);
27
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/organism/wizard-contents/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","OrganismWizardContents","fixtureCertificationGeneralSettingsEdit","fixtureCertificationRewards","fixturePlaylistAddCoursesCreate","fixturePlaylistGeneralSettingsCreate","fixturePlaylistGeneralSettingsEdit","fixturePlaylistOrganizeCourses","fixturePlaylistPopulationsCreate","fixturePlaylistTranslateEdit","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,uCAAP,MAAoD,gDAApD;AACA,OAAOC,2BAAP,MAAwC,kCAAxC;AACA,OAAOC,+BAAP,MAA4C,wCAA5C;AACA,OAAOC,oCAAP,MAAiD,6CAAjD;AACA,OAAOC,kCAAP,MAA+C,2CAA/C;AACA,OAAOC,8BAAP,MAA2C,sCAA3C;AACA,OAAOC,gCAAP,MAA6C,wCAA7C;AACA,OAAOC,4BAAP,MAAyC,oCAAzC;AAEAX,IAAI,CAAC,iEAAD,EAAoEY,CAAC,IAAI;AAC3EA,EAAAA,CAAC,CAACC,IAAF;AACAZ,EAAAA,OAAO,CAACE,sBAAsB,CAACW,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;AAOAhB,IAAI,CAAC,2FAAD,EAA8FE,oBAA9F,EAAoHC,sBAApH,EAA4IC,uCAA5I,CAAJ;AACAJ,IAAI,CAAC,+EAAD,EAAkFE,oBAAlF,EAAwGC,sBAAxG,EAAgIE,2BAAhI,CAAJ;AACAL,IAAI,CAAC,mFAAD,EAAsFE,oBAAtF,EAA4GC,sBAA5G,EAAoIG,+BAApI,CAAJ;AACAN,IAAI,CAAC,wFAAD,EAA2FE,oBAA3F,EAAiHC,sBAAjH,EAAyII,oCAAzI,CAAJ;AACAP,IAAI,CAAC,sFAAD,EAAyFE,oBAAzF,EAA+GC,sBAA/G,EAAuIK,kCAAvI,CAAJ;AACAR,IAAI,CAAC,kFAAD,EAAqFE,oBAArF,EAA2GC,sBAA3G,EAAmIM,8BAAnI,CAAJ;AACAT,IAAI,CAAC,oFAAD,EAAuFE,oBAAvF,EAA6GC,sBAA7G,EAAqIO,gCAArI,CAAJ;AACAV,IAAI,CAAC,gFAAD,EAAmFE,oBAAnF,EAAyGC,sBAAzG,EAAiIQ,4BAAjI,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport OrganismWizardContents from '..';\nimport fixtureCertificationGeneralSettingsEdit from './fixtures/certification-general-settings-edit';\nimport fixtureCertificationRewards from './fixtures/certification-rewards';\nimport fixturePlaylistAddCoursesCreate from './fixtures/playlist-add-courses-create';\nimport fixturePlaylistGeneralSettingsCreate from './fixtures/playlist-general-settings-create';\nimport fixturePlaylistGeneralSettingsEdit from './fixtures/playlist-general-settings-edit';\nimport fixturePlaylistOrganizeCourses from './fixtures/playlist-organize-courses';\nimport fixturePlaylistPopulationsCreate from './fixtures/playlist-populations-create';\nimport fixturePlaylistTranslateEdit from './fixtures/playlist-translate-edit';\n\ntest('Organism › OrganismWizardContents > should have valid propTypes', t => {\n t.pass();\n forEach(OrganismWizardContents.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Organism.OrganismWizardContents.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Organism › OrganismWizardContents › CertificationGeneralSettingsEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixtureCertificationGeneralSettingsEdit);\ntest('Organism › OrganismWizardContents › CertificationRewards › should be rendered', renderComponentMacro, OrganismWizardContents, fixtureCertificationRewards);\ntest('Organism › OrganismWizardContents › PlaylistAddCoursesCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistAddCoursesCreate);\ntest('Organism › OrganismWizardContents › PlaylistGeneralSettingsCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistGeneralSettingsCreate);\ntest('Organism › OrganismWizardContents › PlaylistGeneralSettingsEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistGeneralSettingsEdit);\ntest('Organism › OrganismWizardContents › PlaylistOrganizeCourses › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistOrganizeCourses);\ntest('Organism › OrganismWizardContents › PlaylistPopulationsCreate › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistPopulationsCreate);\ntest('Organism › OrganismWizardContents › PlaylistTranslateEdit › should be rendered', renderComponentMacro, OrganismWizardContents, fixturePlaylistTranslateEdit);\n"],"file":"fixtures.js"}
@@ -1,21 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../test/helpers/render-component';
4
- import TemplateActivity from '..';
5
- import fixtureAllEngines from './fixtures/all-engines';
6
- import fixtureArabic from './fixtures/arabic';
7
- import fixtureDefault from './fixtures/default';
8
- import fixtureEmpty from './fixtures/empty';
9
- import fixtureNoEngines from './fixtures/no-engines';
10
- test('Template › TemplateActivity > should have valid propTypes', t => {
11
- t.pass();
12
- forEach(TemplateActivity.propTypes, (value, key) => {
13
- t.not(value, undefined, `PropType for "Template.TemplateActivity.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
14
- });
15
- });
16
- test('Template › TemplateActivity › AllEngines › should be rendered', renderComponentMacro, TemplateActivity, fixtureAllEngines);
17
- test('Template › TemplateActivity › Arabic › should be rendered', renderComponentMacro, TemplateActivity, fixtureArabic);
18
- test('Template › TemplateActivity › Default › should be rendered', renderComponentMacro, TemplateActivity, fixtureDefault);
19
- test('Template › TemplateActivity › Empty › should be rendered', renderComponentMacro, TemplateActivity, fixtureEmpty);
20
- test('Template › TemplateActivity › NoEngines › should be rendered', renderComponentMacro, TemplateActivity, fixtureNoEngines);
21
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../src/template/activity/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateActivity","fixtureAllEngines","fixtureArabic","fixtureDefault","fixtureEmpty","fixtureNoEngines","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,gBAAP,MAA6B,IAA7B;AACA,OAAOC,iBAAP,MAA8B,wBAA9B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,YAAP,MAAyB,kBAAzB;AACA,OAAOC,gBAAP,MAA6B,uBAA7B;AAEAR,IAAI,CAAC,2DAAD,EAA8DS,CAAC,IAAI;AACrEA,EAAAA,CAAC,CAACC,IAAF;AACAT,EAAAA,OAAO,CAACE,gBAAgB,CAACQ,SAAlB,EAA6B,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAClDJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,qDAAoDF,GAAI,mEAAjF;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAb,IAAI,CAAC,+DAAD,EAAkEE,oBAAlE,EAAwFC,gBAAxF,EAA0GC,iBAA1G,CAAJ;AACAJ,IAAI,CAAC,2DAAD,EAA8DE,oBAA9D,EAAoFC,gBAApF,EAAsGE,aAAtG,CAAJ;AACAL,IAAI,CAAC,4DAAD,EAA+DE,oBAA/D,EAAqFC,gBAArF,EAAuGG,cAAvG,CAAJ;AACAN,IAAI,CAAC,0DAAD,EAA6DE,oBAA7D,EAAmFC,gBAAnF,EAAqGI,YAArG,CAAJ;AACAP,IAAI,CAAC,8DAAD,EAAiEE,oBAAjE,EAAuFC,gBAAvF,EAAyGK,gBAAzG,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../test/helpers/render-component';\nimport TemplateActivity from '..';\nimport fixtureAllEngines from './fixtures/all-engines';\nimport fixtureArabic from './fixtures/arabic';\nimport fixtureDefault from './fixtures/default';\nimport fixtureEmpty from './fixtures/empty';\nimport fixtureNoEngines from './fixtures/no-engines';\n\ntest('Template › TemplateActivity > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateActivity.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"Template.TemplateActivity.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('Template › TemplateActivity › AllEngines › should be rendered', renderComponentMacro, TemplateActivity, fixtureAllEngines);\ntest('Template › TemplateActivity › Arabic › should be rendered', renderComponentMacro, TemplateActivity, fixtureArabic);\ntest('Template › TemplateActivity › Default › should be rendered', renderComponentMacro, TemplateActivity, fixtureDefault);\ntest('Template › TemplateActivity › Empty › should be rendered', renderComponentMacro, TemplateActivity, fixtureEmpty);\ntest('Template › TemplateActivity › NoEngines › should be rendered', renderComponentMacro, TemplateActivity, fixtureNoEngines);\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 TemplateAppPlayerLoading from '..';
5
- import fixtureDefault from './fixtures/default';
6
- test('TemplateAppPlayer › TemplateAppPlayerLoading > should have valid propTypes', t => {
7
- t.pass();
8
- forEach(TemplateAppPlayerLoading.propTypes, (value, key) => {
9
- t.not(value, undefined, `PropType for "TemplateAppPlayer.TemplateAppPlayerLoading.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
10
- });
11
- });
12
- test('TemplateAppPlayer › TemplateAppPlayerLoading › Default › should be rendered', renderComponentMacro, TemplateAppPlayerLoading, fixtureDefault);
13
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../src/template/app-player/loading/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateAppPlayerLoading","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,wBAAP,MAAqC,IAArC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AAEAJ,IAAI,CAAC,4EAAD,EAA+EK,CAAC,IAAI;AACtFA,EAAAA,CAAC,CAACC,IAAF;AACAL,EAAAA,OAAO,CAACE,wBAAwB,CAACI,SAA1B,EAAqC,CAACC,KAAD,EAAQC,GAAR,KAAgB;AAC1DJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,sEAAqEF,GAAI,mEAAlG;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAT,IAAI,CAAC,6EAAD,EAAgFE,oBAAhF,EAAsGC,wBAAtG,EAAgIC,cAAhI,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../test/helpers/render-component';\nimport TemplateAppPlayerLoading from '..';\nimport fixtureDefault from './fixtures/default';\n\ntest('TemplateAppPlayer › TemplateAppPlayerLoading > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateAppPlayerLoading.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"TemplateAppPlayer.TemplateAppPlayerLoading.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('TemplateAppPlayer › TemplateAppPlayerLoading › Default › should be rendered', renderComponentMacro, TemplateAppPlayerLoading, fixtureDefault);\n"],"file":"fixtures.js"}
@@ -1,29 +0,0 @@
1
- import test from 'ava';
2
- import forEach from 'lodash/forEach';
3
- import renderComponentMacro from '../../../../../../test/helpers/render-component';
4
- import TemplateAppPlayerPlayerSlidesFooter from '..';
5
- import fixtureClueSelected from './fixtures/clue-selected';
6
- import fixtureDefault from './fixtures/default';
7
- import fixtureDisabled from './fixtures/disabled';
8
- import fixtureHighlighted from './fixtures/highlighted';
9
- import fixtureMediaSelected from './fixtures/media-selected';
10
- import fixtureNoClue from './fixtures/no-clue';
11
- import fixtureNotify from './fixtures/notify';
12
- import fixtureOnlyClue from './fixtures/only-clue';
13
- import fixtureWithContext from './fixtures/with-context';
14
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter > should have valid propTypes', t => {
15
- t.pass();
16
- forEach(TemplateAppPlayerPlayerSlidesFooter.propTypes, (value, key) => {
17
- t.not(value, undefined, `PropType for "TemplateAppPlayerPlayerSlides.TemplateAppPlayerPlayerSlidesFooter.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
18
- });
19
- });
20
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › ClueSelected › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureClueSelected);
21
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › Default › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureDefault);
22
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › Disabled › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureDisabled);
23
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › Highlighted › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureHighlighted);
24
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › MediaSelected › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureMediaSelected);
25
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › NoClue › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureNoClue);
26
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › Notify › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureNotify);
27
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › OnlyClue › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureOnlyClue);
28
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › WithContext › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureWithContext);
29
- //# sourceMappingURL=fixtures.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../../../../../src/template/app-player/player/slides/footer/test/fixtures.js"],"names":["test","forEach","renderComponentMacro","TemplateAppPlayerPlayerSlidesFooter","fixtureClueSelected","fixtureDefault","fixtureDisabled","fixtureHighlighted","fixtureMediaSelected","fixtureNoClue","fixtureNotify","fixtureOnlyClue","fixtureWithContext","t","pass","propTypes","value","key","not","undefined"],"mappings":"AAAA,OAAOA,IAAP,MAAiB,KAAjB;AACA,OAAOC,OAAP,MAAoB,gBAApB;AACA,OAAOC,oBAAP,MAAiC,iDAAjC;AACA,OAAOC,mCAAP,MAAgD,IAAhD;AACA,OAAOC,mBAAP,MAAgC,0BAAhC;AACA,OAAOC,cAAP,MAA2B,oBAA3B;AACA,OAAOC,eAAP,MAA4B,qBAA5B;AACA,OAAOC,kBAAP,MAA+B,wBAA/B;AACA,OAAOC,oBAAP,MAAiC,2BAAjC;AACA,OAAOC,aAAP,MAA0B,oBAA1B;AACA,OAAOC,aAAP,MAA0B,mBAA1B;AACA,OAAOC,eAAP,MAA4B,sBAA5B;AACA,OAAOC,kBAAP,MAA+B,yBAA/B;AAEAZ,IAAI,CAAC,mGAAD,EAAsGa,CAAC,IAAI;AAC7GA,EAAAA,CAAC,CAACC,IAAF;AACAb,EAAAA,OAAO,CAACE,mCAAmC,CAACY,SAArC,EAAgD,CAACC,KAAD,EAAQC,GAAR,KAAgB;AACrEJ,IAAAA,CAAC,CAACK,GAAF,CAAMF,KAAN,EAAaG,SAAb,EAAyB,6FAA4FF,GAAI,mEAAzH;AACD,GAFM,CAAP;AAGD,CALG,CAAJ;AAOAjB,IAAI,CAAC,yGAAD,EAA4GE,oBAA5G,EAAkIC,mCAAlI,EAAuKC,mBAAvK,CAAJ;AACAJ,IAAI,CAAC,oGAAD,EAAuGE,oBAAvG,EAA6HC,mCAA7H,EAAkKE,cAAlK,CAAJ;AACAL,IAAI,CAAC,qGAAD,EAAwGE,oBAAxG,EAA8HC,mCAA9H,EAAmKG,eAAnK,CAAJ;AACAN,IAAI,CAAC,wGAAD,EAA2GE,oBAA3G,EAAiIC,mCAAjI,EAAsKI,kBAAtK,CAAJ;AACAP,IAAI,CAAC,0GAAD,EAA6GE,oBAA7G,EAAmIC,mCAAnI,EAAwKK,oBAAxK,CAAJ;AACAR,IAAI,CAAC,mGAAD,EAAsGE,oBAAtG,EAA4HC,mCAA5H,EAAiKM,aAAjK,CAAJ;AACAT,IAAI,CAAC,mGAAD,EAAsGE,oBAAtG,EAA4HC,mCAA5H,EAAiKO,aAAjK,CAAJ;AACAV,IAAI,CAAC,qGAAD,EAAwGE,oBAAxG,EAA8HC,mCAA9H,EAAmKQ,eAAnK,CAAJ;AACAX,IAAI,CAAC,wGAAD,EAA2GE,oBAA3G,EAAiIC,mCAAjI,EAAsKS,kBAAtK,CAAJ","sourcesContent":["import test from 'ava';\nimport forEach from 'lodash/forEach';\nimport renderComponentMacro from '../../../../../../test/helpers/render-component';\nimport TemplateAppPlayerPlayerSlidesFooter from '..';\nimport fixtureClueSelected from './fixtures/clue-selected';\nimport fixtureDefault from './fixtures/default';\nimport fixtureDisabled from './fixtures/disabled';\nimport fixtureHighlighted from './fixtures/highlighted';\nimport fixtureMediaSelected from './fixtures/media-selected';\nimport fixtureNoClue from './fixtures/no-clue';\nimport fixtureNotify from './fixtures/notify';\nimport fixtureOnlyClue from './fixtures/only-clue';\nimport fixtureWithContext from './fixtures/with-context';\n\ntest('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter > should have valid propTypes', t => {\n t.pass();\n forEach(TemplateAppPlayerPlayerSlidesFooter.propTypes, (value, key) => {\n t.not(value, undefined, `PropType for \"TemplateAppPlayerPlayerSlides.TemplateAppPlayerPlayerSlidesFooter.propTypes.${key}\" may not be undefined. Did you mistype the propTypes definition?`);\n });\n});\n\ntest('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › ClueSelected › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureClueSelected);\ntest('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › Default › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureDefault);\ntest('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › Disabled › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureDisabled);\ntest('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › Highlighted › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureHighlighted);\ntest('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › MediaSelected › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureMediaSelected);\ntest('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › NoClue › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureNoClue);\ntest('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › Notify › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureNotify);\ntest('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › OnlyClue › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureOnlyClue);\ntest('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesFooter › WithContext › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesFooter, fixtureWithContext);\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 TemplateAppPlayerPlayerSlidesHeader from '..';
5
- import fixtureAdaptive from './fixtures/adaptive';
6
- import fixtureArabicLearner from './fixtures/arabic-learner';
7
- import fixtureArabicMicrolearning from './fixtures/arabic-microlearning';
8
- import fixtureInfiniteLives from './fixtures/infinite-lives';
9
- import fixtureLearner from './fixtures/learner';
10
- import fixtureMicrolearning from './fixtures/microlearning';
11
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesHeader > should have valid propTypes', t => {
12
- t.pass();
13
- forEach(TemplateAppPlayerPlayerSlidesHeader.propTypes, (value, key) => {
14
- t.not(value, undefined, `PropType for "TemplateAppPlayerPlayerSlides.TemplateAppPlayerPlayerSlidesHeader.propTypes.${key}" may not be undefined. Did you mistype the propTypes definition?`);
15
- });
16
- });
17
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesHeader › Adaptive › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesHeader, fixtureAdaptive);
18
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesHeader › ArabicLearner › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesHeader, fixtureArabicLearner);
19
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesHeader › ArabicMicrolearning › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesHeader, fixtureArabicMicrolearning);
20
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesHeader › InfiniteLives › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesHeader, fixtureInfiniteLives);
21
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesHeader › Learner › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesHeader, fixtureLearner);
22
- test('TemplateAppPlayerPlayerSlides › TemplateAppPlayerPlayerSlidesHeader › Microlearning › should be rendered', renderComponentMacro, TemplateAppPlayerPlayerSlidesHeader, fixtureMicrolearning);
23
- //# sourceMappingURL=fixtures.js.map