[please help me...] Registration of New Users

Hey guys,
(my code link is below)

Problem:
“Registration should work” - not passing.

I have no idea, tried all the help, changed the profile.pug title to Profile Home, checked thru all my code but just can’t figure out why the test isn’t passing.

Could someone give me any advice?

Thanks,

Im not using glitch, but I believe your problem is this line on line 16 in your auth.js file youve misspelled the passport object:

I downloaded your app from glitch ran it on my local machine, corrected that spelling mistake, connected it to my mongo db running on my local machine and I was able to register a user so I believe if you fix that it will work.