@@ -287,7 +287,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
287
287
until : null ,
288
288
byDay : [ ] ,
289
289
byMonth : [ ] ,
290
- byMonthDay : [ '15' ] ,
290
+ byMonthDay : [ 15 ] ,
291
291
bySetPosition : null ,
292
292
isUnsupported : false ,
293
293
} )
@@ -311,7 +311,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
311
311
until : null ,
312
312
byDay : [ ] ,
313
313
byMonth : [ ] ,
314
- byMonthDay : [ '1' , '2' , '3' , '30' , '31' ] ,
314
+ byMonthDay : [ 1 , 2 , 3 , 30 , 31 ] ,
315
315
bySetPosition : null ,
316
316
isUnsupported : false ,
317
317
} )
@@ -335,7 +335,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
335
335
until : null ,
336
336
byDay : [ ] ,
337
337
byMonth : [ ] ,
338
- byMonthDay : [ '2' , '30' , '31' ] ,
338
+ byMonthDay : [ 2 , 30 , 31 ] ,
339
339
bySetPosition : null ,
340
340
isUnsupported : true ,
341
341
} )
@@ -359,7 +359,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
359
359
until : null ,
360
360
byDay : [ ] ,
361
361
byMonth : [ ] ,
362
- byMonthDay : [ '1' , '2' , '3' , '30' , '31' ] ,
362
+ byMonthDay : [ 1 , 2 , 3 , 30 , 31 ] ,
363
363
bySetPosition : null ,
364
364
isUnsupported : true ,
365
365
} )
@@ -478,7 +478,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
478
478
count : null ,
479
479
until : null ,
480
480
byDay : [ ] ,
481
- byMonth : [ '3' ] ,
481
+ byMonth : [ 3 ] ,
482
482
byMonthDay : [ ] ,
483
483
bySetPosition : null ,
484
484
isUnsupported : false ,
@@ -502,7 +502,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
502
502
count : null ,
503
503
until : null ,
504
504
byDay : [ ] ,
505
- byMonth : [ '1' , '2' , '3' ] ,
505
+ byMonth : [ 1 , 2 , 3 ] ,
506
506
byMonthDay : [ ] ,
507
507
bySetPosition : null ,
508
508
isUnsupported : false ,
@@ -532,7 +532,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
532
532
count : null ,
533
533
until : null ,
534
534
byDay : [ 'MO' ] ,
535
- byMonth : [ '3' ] ,
535
+ byMonth : [ 3 ] ,
536
536
byMonthDay : [ ] ,
537
537
bySetPosition : 3 ,
538
538
isUnsupported : false ,
@@ -556,7 +556,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
556
556
count : null ,
557
557
until : null ,
558
558
byDay : [ 'MO' , 'TU' , 'WE' , 'TH' , 'FR' , 'SA' , 'SU' ] ,
559
- byMonth : [ '3' ] ,
559
+ byMonth : [ 3 ] ,
560
560
byMonthDay : [ ] ,
561
561
bySetPosition : 3 ,
562
562
isUnsupported : true ,
@@ -580,7 +580,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
580
580
count : null ,
581
581
until : null ,
582
582
byDay : [ 'MO' ] ,
583
- byMonth : [ '3' ] ,
583
+ byMonth : [ 3 ] ,
584
584
byMonthDay : [ ] ,
585
585
bySetPosition : 1 ,
586
586
isUnsupported : true ,
@@ -604,7 +604,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
604
604
count : null ,
605
605
until : null ,
606
606
byDay : [ 'MO' ] ,
607
- byMonth : [ '3' ] ,
607
+ byMonth : [ 3 ] ,
608
608
byMonthDay : [ ] ,
609
609
bySetPosition : 1 ,
610
610
isUnsupported : true ,
@@ -629,7 +629,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
629
629
until : null ,
630
630
byDay : [ ] ,
631
631
byMonth : [ ] ,
632
- byMonthDay : [ '15' ] ,
632
+ byMonthDay : [ 15 ] ,
633
633
bySetPosition : null ,
634
634
isUnsupported : true ,
635
635
} )
@@ -701,7 +701,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
701
701
until : null ,
702
702
byDay : [ ] ,
703
703
byMonth : [ ] ,
704
- byMonthDay : [ '15' ] ,
704
+ byMonthDay : [ 15 ] ,
705
705
bySetPosition : null ,
706
706
isUnsupported : true ,
707
707
} )
@@ -724,7 +724,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
724
724
count : null ,
725
725
until : null ,
726
726
byDay : [ ] ,
727
- byMonth : [ '3' ] ,
727
+ byMonth : [ 3 ] ,
728
728
byMonthDay : [ ] ,
729
729
bySetPosition : null ,
730
730
isUnsupported : true ,
@@ -748,7 +748,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
748
748
count : null ,
749
749
until : null ,
750
750
byDay : [ 'MO' ] ,
751
- byMonth : [ '3' ] ,
751
+ byMonth : [ 3 ] ,
752
752
byMonthDay : [ ] ,
753
753
bySetPosition : 3 ,
754
754
isUnsupported : false ,
@@ -772,7 +772,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
772
772
count : null ,
773
773
until : null ,
774
774
byDay : [ 'MO' ] ,
775
- byMonth : [ '3' ] ,
775
+ byMonth : [ 3 ] ,
776
776
byMonthDay : [ ] ,
777
777
bySetPosition : 1 ,
778
778
isUnsupported : true ,
@@ -796,7 +796,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
796
796
count : null ,
797
797
until : null ,
798
798
byDay : [ ] ,
799
- byMonth : [ '3' ] ,
799
+ byMonth : [ 3 ] ,
800
800
byMonthDay : [ ] ,
801
801
bySetPosition : null ,
802
802
isUnsupported : true ,
@@ -821,7 +821,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
821
821
until : null ,
822
822
byDay : [ ] ,
823
823
byMonth : [ ] ,
824
- byMonthDay : [ '15' ] ,
824
+ byMonthDay : [ 15 ] ,
825
825
bySetPosition : null ,
826
826
isUnsupported : false ,
827
827
} )
@@ -849,7 +849,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
849
849
until : mockDate ,
850
850
byDay : [ ] ,
851
851
byMonth : [ ] ,
852
- byMonthDay : [ '15' ] ,
852
+ byMonthDay : [ 15 ] ,
853
853
bySetPosition : null ,
854
854
isUnsupported : false ,
855
855
} )
@@ -881,7 +881,7 @@ describe('Test suite: Recurrence Rule model (models/recurrenceRule.js)', () => {
881
881
until : mockDate ,
882
882
byDay : [ ] ,
883
883
byMonth : [ ] ,
884
- byMonthDay : [ '15' ] ,
884
+ byMonthDay : [ 15 ] ,
885
885
bySetPosition : null ,
886
886
isUnsupported : true ,
887
887
} )
0 commit comments