3
3
exports [` Default reducer Creates expected intial state 1` ] = `
4
4
Object {
5
5
" checkpoints" : null ,
6
+ " communityId" : null ,
6
7
" details" : null ,
7
8
" loadingCheckpoints" : false ,
8
9
" loadingDetailsForChallengeId" : " " ,
@@ -25,6 +26,7 @@ Object {
25
26
exports [` Default reducer Handles CHALLENGE/GET_DETAILS_DONE as expected 1` ] = `
26
27
Object {
27
28
" checkpoints" : null ,
29
+ " communityId" : null ,
28
30
" details" : Object {
29
31
" id" : 123456789 ,
30
32
" tag" : " v3-normalized-details" ,
@@ -51,6 +53,7 @@ Object {
51
53
exports [` Default reducer Handles CHALLENGE/GET_DETAILS_DONE with error as expected 1` ] = `
52
54
Object {
53
55
" checkpoints" : null ,
56
+ " communityId" : null ,
54
57
" details" : Object {
55
58
" id" : 123456789 ,
56
59
" tag" : " v3-normalized-details" ,
@@ -77,6 +80,7 @@ Object {
77
80
exports [` Default reducer Handles CHALLENGE/GET_DETAILS_INIT as expected 1` ] = `
78
81
Object {
79
82
" checkpoints" : null ,
83
+ " communityId" : null ,
80
84
" details" : null ,
81
85
" fetchChallengeFailure" : false ,
82
86
" loadingCheckpoints" : false ,
@@ -100,6 +104,7 @@ Object {
100
104
exports [` Default reducer Handles deleteSubmissionDone as expected 1` ] = `
101
105
Object {
102
106
" checkpoints" : null ,
107
+ " communityId" : null ,
103
108
" details" : Object {
104
109
" id" : 123456789 ,
105
110
" tag" : " v3-normalized-details" ,
@@ -132,6 +137,7 @@ Object {
132
137
exports [` Default reducer Handles fetchSubmissionsDone as expected 1` ] = `
133
138
Object {
134
139
" checkpoints" : null ,
140
+ " communityId" : null ,
135
141
" details" : Object {
136
142
" id" : 123456789 ,
137
143
" tag" : " v3-normalized-details" ,
@@ -166,6 +172,7 @@ Object {
166
172
exports [` Default reducer Handles fetchSubmissionsDoneError as expected 1` ] = `
167
173
Object {
168
174
" checkpoints" : null ,
175
+ " communityId" : null ,
169
176
" details" : Object {
170
177
" id" : 123456789 ,
171
178
" tag" : " v3-normalized-details" ,
@@ -198,6 +205,7 @@ Object {
198
205
exports [` Default reducer Handles fetchSubmissionsInit as expected 1` ] = `
199
206
Object {
200
207
" checkpoints" : null ,
208
+ " communityId" : null ,
201
209
" details" : Object {
202
210
" id" : 123456789 ,
203
211
" tag" : " v3-normalized-details" ,
@@ -229,6 +237,7 @@ exports[`Default reducer Handles getActiveChallengesCountDone as expected 1`] =
229
237
Object {
230
238
" activeChallengesCount" : 5 ,
231
239
" checkpoints" : null ,
240
+ " communityId" : null ,
232
241
" details" : Object {
233
242
" id" : 123456789 ,
234
243
" tag" : " v3-normalized-details" ,
@@ -261,6 +270,7 @@ Object {
261
270
exports [` Factory with server-side rendering Creates expected intial state 1` ] = `
262
271
Object {
263
272
" checkpoints" : null ,
273
+ " communityId" : null ,
264
274
" details" : Object {
265
275
" id" : 123456789 ,
266
276
" tag" : " v3-normalized-details" ,
@@ -295,6 +305,7 @@ Object {
295
305
exports [` Factory with server-side rendering Handles CHALLENGE/GET_DETAILS_DONE as expected 1` ] = `
296
306
Object {
297
307
" checkpoints" : null ,
308
+ " communityId" : null ,
298
309
" details" : Object {
299
310
" id" : 123456789 ,
300
311
" tag" : " v3-normalized-details" ,
@@ -329,6 +340,7 @@ Object {
329
340
exports [` Factory with server-side rendering Handles CHALLENGE/GET_DETAILS_DONE with error as expected 1` ] = `
330
341
Object {
331
342
" checkpoints" : null ,
343
+ " communityId" : null ,
332
344
" details" : Object {
333
345
" id" : 123456789 ,
334
346
" tag" : " v3-normalized-details" ,
@@ -363,6 +375,7 @@ Object {
363
375
exports [` Factory with server-side rendering Handles CHALLENGE/GET_DETAILS_INIT as expected 1` ] = `
364
376
Object {
365
377
" checkpoints" : null ,
378
+ " communityId" : null ,
366
379
" details" : Object {
367
380
" id" : 123456789 ,
368
381
" tag" : " v3-normalized-details" ,
@@ -397,6 +410,7 @@ Object {
397
410
exports [` Factory with server-side rendering Handles deleteSubmissionDone as expected 1` ] = `
398
411
Object {
399
412
" checkpoints" : null ,
413
+ " communityId" : null ,
400
414
" details" : Object {
401
415
" id" : 123456789 ,
402
416
" tag" : " v3-normalized-details" ,
@@ -429,6 +443,7 @@ Object {
429
443
exports [` Factory with server-side rendering Handles fetchSubmissionsDone as expected 1` ] = `
430
444
Object {
431
445
" checkpoints" : null ,
446
+ " communityId" : null ,
432
447
" details" : Object {
433
448
" id" : 123456789 ,
434
449
" tag" : " v3-normalized-details" ,
@@ -463,6 +478,7 @@ Object {
463
478
exports [` Factory with server-side rendering Handles fetchSubmissionsDoneError as expected 1` ] = `
464
479
Object {
465
480
" checkpoints" : null ,
481
+ " communityId" : null ,
466
482
" details" : Object {
467
483
" id" : 123456789 ,
468
484
" tag" : " v3-normalized-details" ,
@@ -495,6 +511,7 @@ Object {
495
511
exports [` Factory with server-side rendering Handles fetchSubmissionsInit as expected 1` ] = `
496
512
Object {
497
513
" checkpoints" : null ,
514
+ " communityId" : null ,
498
515
" details" : Object {
499
516
" id" : 123456789 ,
500
517
" tag" : " v3-normalized-details" ,
@@ -526,6 +543,7 @@ exports[`Factory with server-side rendering Handles getActiveChallengesCountDone
526
543
Object {
527
544
" activeChallengesCount" : 5 ,
528
545
" checkpoints" : null ,
546
+ " communityId" : null ,
529
547
" details" : Object {
530
548
" id" : 123456789 ,
531
549
" tag" : " v3-normalized-details" ,
@@ -558,6 +576,7 @@ Object {
558
576
exports [` Factory without http request Creates expected intial state 1` ] = `
559
577
Object {
560
578
" checkpoints" : null ,
579
+ " communityId" : null ,
561
580
" details" : null ,
562
581
" loadingCheckpoints" : false ,
563
582
" loadingDetailsForChallengeId" : " " ,
@@ -580,6 +599,7 @@ Object {
580
599
exports [` Factory without http request Handles CHALLENGE/GET_DETAILS_DONE as expected 1` ] = `
581
600
Object {
582
601
" checkpoints" : null ,
602
+ " communityId" : null ,
583
603
" details" : Object {
584
604
" id" : 123456789 ,
585
605
" tag" : " v3-normalized-details" ,
@@ -606,6 +626,7 @@ Object {
606
626
exports [` Factory without http request Handles CHALLENGE/GET_DETAILS_DONE with error as expected 1` ] = `
607
627
Object {
608
628
" checkpoints" : null ,
629
+ " communityId" : null ,
609
630
" details" : Object {
610
631
" id" : 123456789 ,
611
632
" tag" : " v3-normalized-details" ,
@@ -632,6 +653,7 @@ Object {
632
653
exports [` Factory without http request Handles CHALLENGE/GET_DETAILS_INIT as expected 1` ] = `
633
654
Object {
634
655
" checkpoints" : null ,
656
+ " communityId" : null ,
635
657
" details" : null ,
636
658
" fetchChallengeFailure" : false ,
637
659
" loadingCheckpoints" : false ,
@@ -655,6 +677,7 @@ Object {
655
677
exports [` Factory without http request Handles deleteSubmissionDone as expected 1` ] = `
656
678
Object {
657
679
" checkpoints" : null ,
680
+ " communityId" : null ,
658
681
" details" : Object {
659
682
" id" : 123456789 ,
660
683
" tag" : " v3-normalized-details" ,
@@ -687,6 +710,7 @@ Object {
687
710
exports [` Factory without http request Handles fetchSubmissionsDone as expected 1` ] = `
688
711
Object {
689
712
" checkpoints" : null ,
713
+ " communityId" : null ,
690
714
" details" : Object {
691
715
" id" : 123456789 ,
692
716
" tag" : " v3-normalized-details" ,
@@ -721,6 +745,7 @@ Object {
721
745
exports [` Factory without http request Handles fetchSubmissionsDoneError as expected 1` ] = `
722
746
Object {
723
747
" checkpoints" : null ,
748
+ " communityId" : null ,
724
749
" details" : Object {
725
750
" id" : 123456789 ,
726
751
" tag" : " v3-normalized-details" ,
@@ -753,6 +778,7 @@ Object {
753
778
exports [` Factory without http request Handles fetchSubmissionsInit as expected 1` ] = `
754
779
Object {
755
780
" checkpoints" : null ,
781
+ " communityId" : null ,
756
782
" details" : Object {
757
783
" id" : 123456789 ,
758
784
" tag" : " v3-normalized-details" ,
@@ -784,6 +810,7 @@ exports[`Factory without http request Handles getActiveChallengesCountDone as ex
784
810
Object {
785
811
" activeChallengesCount" : 5 ,
786
812
" checkpoints" : null ,
813
+ " communityId" : null ,
787
814
" details" : Object {
788
815
" id" : 123456789 ,
789
816
" tag" : " v3-normalized-details" ,
@@ -816,6 +843,7 @@ Object {
816
843
exports [` Factory without server-side rendering Creates expected intial state 1` ] = `
817
844
Object {
818
845
" checkpoints" : null ,
846
+ " communityId" : null ,
819
847
" details" : null ,
820
848
" loadingCheckpoints" : false ,
821
849
" loadingDetailsForChallengeId" : " " ,
@@ -838,6 +866,7 @@ Object {
838
866
exports [` Factory without server-side rendering Handles CHALLENGE/GET_DETAILS_DONE as expected 1` ] = `
839
867
Object {
840
868
" checkpoints" : null ,
869
+ " communityId" : null ,
841
870
" details" : Object {
842
871
" id" : 123456789 ,
843
872
" tag" : " v3-normalized-details" ,
@@ -864,6 +893,7 @@ Object {
864
893
exports [` Factory without server-side rendering Handles CHALLENGE/GET_DETAILS_DONE with error as expected 1` ] = `
865
894
Object {
866
895
" checkpoints" : null ,
896
+ " communityId" : null ,
867
897
" details" : Object {
868
898
" id" : 123456789 ,
869
899
" tag" : " v3-normalized-details" ,
@@ -890,6 +920,7 @@ Object {
890
920
exports [` Factory without server-side rendering Handles CHALLENGE/GET_DETAILS_INIT as expected 1` ] = `
891
921
Object {
892
922
" checkpoints" : null ,
923
+ " communityId" : null ,
893
924
" details" : null ,
894
925
" fetchChallengeFailure" : false ,
895
926
" loadingCheckpoints" : false ,
@@ -913,6 +944,7 @@ Object {
913
944
exports [` Factory without server-side rendering Handles deleteSubmissionDone as expected 1` ] = `
914
945
Object {
915
946
" checkpoints" : null ,
947
+ " communityId" : null ,
916
948
" details" : Object {
917
949
" id" : 123456789 ,
918
950
" tag" : " v3-normalized-details" ,
@@ -945,6 +977,7 @@ Object {
945
977
exports [` Factory without server-side rendering Handles fetchSubmissionsDone as expected 1` ] = `
946
978
Object {
947
979
" checkpoints" : null ,
980
+ " communityId" : null ,
948
981
" details" : Object {
949
982
" id" : 123456789 ,
950
983
" tag" : " v3-normalized-details" ,
@@ -979,6 +1012,7 @@ Object {
979
1012
exports [` Factory without server-side rendering Handles fetchSubmissionsDoneError as expected 1` ] = `
980
1013
Object {
981
1014
" checkpoints" : null ,
1015
+ " communityId" : null ,
982
1016
" details" : Object {
983
1017
" id" : 123456789 ,
984
1018
" tag" : " v3-normalized-details" ,
@@ -1011,6 +1045,7 @@ Object {
1011
1045
exports [` Factory without server-side rendering Handles fetchSubmissionsInit as expected 1` ] = `
1012
1046
Object {
1013
1047
" checkpoints" : null ,
1048
+ " communityId" : null ,
1014
1049
" details" : Object {
1015
1050
" id" : 123456789 ,
1016
1051
" tag" : " v3-normalized-details" ,
@@ -1042,6 +1077,7 @@ exports[`Factory without server-side rendering Handles getActiveChallengesCountD
1042
1077
Object {
1043
1078
" activeChallengesCount" : 5 ,
1044
1079
" checkpoints" : null ,
1080
+ " communityId" : null ,
1045
1081
" details" : Object {
1046
1082
" id" : 123456789 ,
1047
1083
" tag" : " v3-normalized-details" ,
0 commit comments