Tell us what’s happening:
Describe your issue in detail here.
There are two records in my console and in my DB. I don’t get an error, but a TEST TIMED OUT. I’m using async-await since Model.create() returns a promise. Why is it timing out if there is an async–await on it?
###Your project link(s)
solution: http://localhost:3000
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
Challenge Information:
MongoDB and Mongoose - Create Many Records with model.create()