Tell us what’s happening:
I followed the instructions on the IS course, I am at the “Understand BCrypt Hashes” task, and upon submitting the repl.it URL, the second test “BCrypt should be properly required.” does not go through.
Your code so far
const bcrypt = require('bcrypt');
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36.
Would you mind sharing a link to your project code? It is difficult to help debug, without being able to see what you are working with.
Just to mention, it is a common pitfall for Campers do miss this note:
For the following challenges, you will be working with a new starter project that is different from the previous one. You can find the new starter project on Repl.it, or clone it from GitHub.