@@ -34,7 +34,8 @@ const TeamHacker0 = {
3434 shortAnswer : {
3535 skills : [ "CSS" , "HTML" , "JS" ] ,
3636 question1 : "a" ,
37- question2 : "a"
37+ question2 : "a" ,
38+ previousHackathons : "1"
3839 } ,
3940 other : {
4041 ethnicity : [ "Native American" ] ,
@@ -74,7 +75,8 @@ const TeamHacker1 = {
7475 shortAnswer : {
7576 skills : [ "CSS" , "HTML" , "JS" ] ,
7677 question1 : "a" ,
77- question2 : "a"
78+ question2 : "a" ,
79+ previousHackathons : "2"
7880 } ,
7981 other : {
8082 ethnicity : [ "European" ] ,
@@ -114,7 +116,8 @@ const TeamHacker2 = {
114116 shortAnswer : {
115117 skills : [ "CSS" , "HTML" , "JS" ] ,
116118 question1 : "a" ,
117- question2 : "a"
119+ question2 : "a" ,
120+ previousHackathons : "3"
118121 } ,
119122 other : {
120123 ethnicity : [ "European" ] ,
@@ -154,7 +157,8 @@ const TeamHacker3 = {
154157 shortAnswer : {
155158 skills : [ "CSS" , "HTML" , "JS" ] ,
156159 question1 : "a" ,
157- question2 : "a"
160+ question2 : "a" ,
161+ previousHackathons : "4"
158162 } ,
159163 other : {
160164 ethnicity : [ "European" ] ,
@@ -194,7 +198,8 @@ const TeamHacker4 = {
194198 shortAnswer : {
195199 skills : [ "CSS" , "HTML" , "JS" ] ,
196200 question1 : "a" ,
197- question2 : "a"
201+ question2 : "a" ,
202+ previousHackathons : "5+"
198203 } ,
199204 other : {
200205 ethnicity : [ "European" ] ,
@@ -234,7 +239,8 @@ const NoTeamHacker0 = {
234239 shortAnswer : {
235240 skills : [ "CSS" , "HTML" , "JS" ] ,
236241 question1 : "a" ,
237- question2 : "a"
242+ question2 : "a" ,
243+ previousHackathons : "1"
238244 } ,
239245 other : {
240246 ethnicity : [ "European" ] ,
@@ -271,7 +277,8 @@ const newHacker0 = {
271277 shortAnswer : {
272278 skills : [ "CSS" , "HTML" , "JS" ] ,
273279 question1 : "a" ,
274- question2 : "a"
280+ question2 : "a" ,
281+ previousHackathons : "2"
275282 } ,
276283 other : {
277284 ethnicity : [ "Caucasian" ] ,
@@ -308,7 +315,8 @@ const newHacker1 = {
308315 shortAnswer : {
309316 skills : [ "CSS" , "HTML" , "JS" ] ,
310317 question1 : "a" ,
311- question2 : "a"
318+ question2 : "a" ,
319+ previousHackathons : "3"
312320 } ,
313321 other : {
314322 ethnicity : [ "African American" ] ,
@@ -346,7 +354,8 @@ const invalidHacker0 = {
346354 shortAnswer : {
347355 skills : [ "CSS" , "HTML" , "JS" ] ,
348356 question1 : "a" ,
349- question2 : "a"
357+ question2 : "a" ,
358+ previousHackathons : "4"
350359 } ,
351360 other : {
352361 ethnicity : [ "Caucasian" ] ,
@@ -381,7 +390,8 @@ const invalidHacker1 = {
381390 shortAnswer : {
382391 skills : [ "CSS" , "HTML" , "JS" ] ,
383392 question1 : "a" ,
384- question2 : "a"
393+ question2 : "a" ,
394+ previousHackathons : "5+"
385395 } ,
386396 other : {
387397 ethnicity : [ "Caucasian" ] ,
@@ -419,7 +429,8 @@ const invalidHacker2 = {
419429 shortAnswer : {
420430 skills : [ "CSS" , "HTML" , "JS" ] ,
421431 question1 : "a" ,
422- question2 : "a"
432+ question2 : "a" ,
433+ previousHackathons : "1"
423434 } ,
424435 other : {
425436 ethnicity : [ "Caucasian" ] ,
@@ -459,7 +470,8 @@ const duplicateAccountLinkHacker0 = {
459470 shortAnswer : {
460471 skills : [ "CSS" , "HTML" , "JS" ] ,
461472 question1 : "a" ,
462- question2 : "a"
473+ question2 : "a" ,
474+ previousHackathons : "2"
463475 } ,
464476 other : {
465477 ethnicity : [ "Caucasian" ] ,
@@ -498,7 +510,8 @@ const waitlistedHacker0 = {
498510 shortAnswer : {
499511 skills : [ "CSS" , "HTML" , "JS" ] ,
500512 question1 : "a" ,
501- question2 : "a"
513+ question2 : "a" ,
514+ previousHackathons : "3"
502515 } ,
503516 other : {
504517 ethnicity : [ "European" ] ,
@@ -538,7 +551,8 @@ const unconfirmedAccountHacker0 = {
538551 shortAnswer : {
539552 skills : [ "CSS" , "HTML" , "JS" ] ,
540553 question1 : "a" ,
541- question2 : "a"
554+ question2 : "a" ,
555+ previousHackathons : "4"
542556 } ,
543557 other : {
544558 ethnicity : [ "European" ] ,
@@ -577,7 +591,8 @@ const unconfirmedAccountHacker1 = {
577591 shortAnswer : {
578592 skills : [ "CSS" , "HTML" , "JS" ] ,
579593 question1 : "a" ,
580- question2 : "a"
594+ question2 : "a" ,
595+ previousHackathons : "5+"
581596 } ,
582597 other : {
583598 ethnicity : [ "European" ] ,
0 commit comments