@@ -274,6 +274,7 @@ test('setAssessmentConfigurations generates correct action object', () => {
274
274
type : 'Mission1' ,
275
275
isManuallyGraded : true ,
276
276
displayInDashboard : true ,
277
+ hasTokenCounter : false ,
277
278
hoursBeforeEarlyXpDecay : 48 ,
278
279
earlySubmissionXp : 200
279
280
} ,
@@ -282,6 +283,7 @@ test('setAssessmentConfigurations generates correct action object', () => {
282
283
type : 'Mission2' ,
283
284
isManuallyGraded : true ,
284
285
displayInDashboard : true ,
286
+ hasTokenCounter : false ,
285
287
hoursBeforeEarlyXpDecay : 48 ,
286
288
earlySubmissionXp : 200
287
289
} ,
@@ -290,6 +292,7 @@ test('setAssessmentConfigurations generates correct action object', () => {
290
292
type : 'Mission3' ,
291
293
isManuallyGraded : true ,
292
294
displayInDashboard : true ,
295
+ hasTokenCounter : false ,
293
296
hoursBeforeEarlyXpDecay : 48 ,
294
297
earlySubmissionXp : 200
295
298
}
@@ -640,6 +643,7 @@ test('updateAssessmentTypes generates correct action object', () => {
640
643
type : 'Missions' ,
641
644
isManuallyGraded : true ,
642
645
displayInDashboard : true ,
646
+ hasTokenCounter : false ,
643
647
hoursBeforeEarlyXpDecay : 48 ,
644
648
earlySubmissionXp : 200
645
649
} ,
@@ -648,6 +652,7 @@ test('updateAssessmentTypes generates correct action object', () => {
648
652
type : 'Quests' ,
649
653
isManuallyGraded : true ,
650
654
displayInDashboard : true ,
655
+ hasTokenCounter : false ,
651
656
hoursBeforeEarlyXpDecay : 48 ,
652
657
earlySubmissionXp : 200
653
658
} ,
@@ -656,6 +661,7 @@ test('updateAssessmentTypes generates correct action object', () => {
656
661
type : 'Paths' ,
657
662
isManuallyGraded : true ,
658
663
displayInDashboard : true ,
664
+ hasTokenCounter : false ,
659
665
hoursBeforeEarlyXpDecay : 48 ,
660
666
earlySubmissionXp : 200
661
667
} ,
@@ -664,6 +670,7 @@ test('updateAssessmentTypes generates correct action object', () => {
664
670
type : 'Contests' ,
665
671
isManuallyGraded : true ,
666
672
displayInDashboard : true ,
673
+ hasTokenCounter : false ,
667
674
hoursBeforeEarlyXpDecay : 48 ,
668
675
earlySubmissionXp : 200
669
676
} ,
@@ -672,6 +679,7 @@ test('updateAssessmentTypes generates correct action object', () => {
672
679
type : 'Others' ,
673
680
isManuallyGraded : true ,
674
681
displayInDashboard : true ,
682
+ hasTokenCounter : false ,
675
683
hoursBeforeEarlyXpDecay : 48 ,
676
684
earlySubmissionXp : 200
677
685
}
@@ -689,6 +697,7 @@ test('deleteAssessmentConfig generates correct action object', () => {
689
697
type : 'Mission1' ,
690
698
isManuallyGraded : true ,
691
699
displayInDashboard : true ,
700
+ hasTokenCounter : false ,
692
701
hoursBeforeEarlyXpDecay : 48 ,
693
702
earlySubmissionXp : 200
694
703
} ;
0 commit comments