Understand BCrypt Hashes tests not passing

Tell us what’s happening:
Trying to pass the " Information Security with HelmetJS - Understand BCrypt Hashes" but the tests are failing. I have double checked the tests here https://github.com/freeCodeCamp/freeCodeCamp/blob/master/curriculum/challenges/english/09-information-security/information-security-with-helmetjs/understand-bcrypt-hashes.english.md and it looks like it should pass. At first I still used the same glitch project as from previous exercises but noticed that for this exercise it is a new project we should get from glitch or clone from github. There is an error to currently copy the glitch project so I had to import the code from github into glitch instead. However this still does not pass the tests.

Your code so far

https://bcrypt-hashing-pinglinh.glitch.me

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36.

Challenge: Understand BCrypt Hashes

Link to the challenge:

Oh it works now…maybe there was a delay in the project saving?

Anyway make sure to use the new project example from glitch or github https://github.com/freeCodeCamp/boilerplate-bcrypt/ otherwise it may fail

1 Like