@@ -41,7 +41,8 @@ const TeamHacker0 = {
41
41
ethnicity : [ "Native American" ] ,
42
42
country : "Canada" ,
43
43
codeOfConduct : true ,
44
- privacyPolicy : true
44
+ privacyPolicy : true ,
45
+ sendEmail : true
45
46
} ,
46
47
accommodation : {
47
48
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -84,7 +85,8 @@ const TeamHacker1 = {
84
85
ethnicity : [ "European" ] ,
85
86
country : "Canada" ,
86
87
codeOfConduct : true ,
87
- privacyPolicy : true
88
+ privacyPolicy : true ,
89
+ sendEmail : false
88
90
} ,
89
91
accommodation : {
90
92
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -127,7 +129,8 @@ const TeamHacker2 = {
127
129
ethnicity : [ "European" ] ,
128
130
country : "Canada" ,
129
131
codeOfConduct : true ,
130
- privacyPolicy : true
132
+ privacyPolicy : true ,
133
+ sendEmail : true
131
134
} ,
132
135
accommodation : {
133
136
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -170,7 +173,8 @@ const TeamHacker3 = {
170
173
ethnicity : [ "European" ] ,
171
174
country : "Canada" ,
172
175
codeOfConduct : true ,
173
- privacyPolicy : true
176
+ privacyPolicy : true ,
177
+ sendEmail : false
174
178
} ,
175
179
accommodation : {
176
180
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -213,7 +217,8 @@ const TeamHacker4 = {
213
217
ethnicity : [ "European" ] ,
214
218
country : "Canada" ,
215
219
codeOfConduct : true ,
216
- privacyPolicy : true
220
+ privacyPolicy : true ,
221
+ sendEmail : true
217
222
} ,
218
223
accommodation : {
219
224
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -256,7 +261,8 @@ const NoTeamHacker0 = {
256
261
ethnicity : [ "European" ] ,
257
262
country : "Canada" ,
258
263
codeOfConduct : true ,
259
- privacyPolicy : true
264
+ privacyPolicy : true ,
265
+ sendEmail : true
260
266
} ,
261
267
accommodation : {
262
268
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -296,7 +302,8 @@ const newHacker0 = {
296
302
ethnicity : [ "Caucasian" ] ,
297
303
country : "Canada" ,
298
304
codeOfConduct : true ,
299
- privacyPolicy : true
305
+ privacyPolicy : true ,
306
+ sendEmail : true
300
307
} ,
301
308
accommodation : {
302
309
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -336,7 +343,8 @@ const newHacker1 = {
336
343
ethnicity : [ "African American" ] ,
337
344
country : "Canada" ,
338
345
codeOfConduct : true ,
339
- privacyPolicy : true
346
+ privacyPolicy : true ,
347
+ sendEmail : false
340
348
} ,
341
349
accommodation : {
342
350
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -378,7 +386,8 @@ const invalidHacker0 = {
378
386
country : "Canada" ,
379
387
// must accept code of conduct to be valid
380
388
codeOfConduct : false ,
381
- privacyPolicy : false
389
+ privacyPolicy : false ,
390
+ sendEmail : true
382
391
} ,
383
392
accommodation : {
384
393
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -415,7 +424,8 @@ const invalidHacker1 = {
415
424
ethnicity : [ "Caucasian" ] ,
416
425
country : "Canada" ,
417
426
codeOfConduct : true ,
418
- privacyPolicy : true
427
+ privacyPolicy : true ,
428
+ sendEmail : true
419
429
} ,
420
430
accommodation : {
421
431
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -458,7 +468,8 @@ const invalidHacker2 = {
458
468
ethnicity : [ "Caucasian" ] ,
459
469
country : "Canada" ,
460
470
codeOfConduct : true ,
461
- privacyPolicy : true
471
+ privacyPolicy : true ,
472
+ sendEmail : false
462
473
} ,
463
474
accommodation : {
464
475
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -500,7 +511,8 @@ const invalidHacker3 = {
500
511
ethnicity : [ "Caucasian" ] ,
501
512
country : "Canada" ,
502
513
codeOfConduct : true ,
503
- privacyPolicy : true
514
+ privacyPolicy : true ,
515
+ sendEmail : true
504
516
} ,
505
517
accommodation : {
506
518
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -543,7 +555,8 @@ const duplicateAccountLinkHacker0 = {
543
555
ethnicity : [ "Caucasian" ] ,
544
556
country : "Canada" ,
545
557
codeOfConduct : true ,
546
- privacyPolicy : true
558
+ privacyPolicy : true ,
559
+ sendEmail : false
547
560
} ,
548
561
accommodation : {
549
562
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -585,7 +598,8 @@ const waitlistedHacker0 = {
585
598
ethnicity : [ "European" ] ,
586
599
country : "Canada" ,
587
600
codeOfConduct : true ,
588
- privacyPolicy : true
601
+ privacyPolicy : true ,
602
+ sendEmail : true
589
603
} ,
590
604
accommodation : {
591
605
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -628,7 +642,8 @@ const unconfirmedAccountHacker0 = {
628
642
ethnicity : [ "European" ] ,
629
643
country : "Canada" ,
630
644
codeOfConduct : true ,
631
- privacyPolicy : true
645
+ privacyPolicy : true ,
646
+ sendEmail : false
632
647
} ,
633
648
accommodation : {
634
649
dietaryRestrictions : [ "Gluten-Free" ] ,
@@ -670,7 +685,8 @@ const unconfirmedAccountHacker1 = {
670
685
ethnicity : [ "European" ] ,
671
686
country : "Canada" ,
672
687
codeOfConduct : true ,
673
- privacyPolicy : true
688
+ privacyPolicy : true ,
689
+ sendEmail : true
674
690
} ,
675
691
accommodation : {
676
692
dietaryRestrictions : [ "Gluten-Free" ] ,
0 commit comments