-
Notifications
You must be signed in to change notification settings - Fork 243
Open
Description
Hi, I'm really getting a lot of knowledge from this tutorial.
It's just that mongodb.spec.js doesn't terminate by itself in current versions of mongodb & jasmine-node.
I didn't try running this original code, but I'm writing this issue just in case for people like me who are learning from this tutorial with newer versions.
MongoClient.connect('mongodb://127.0.0.1:27017/project', function(err, db){
expect(err).toBe(null);
expect(db).toBeDefined();
db.close();
next();
});
eugeniomiro
Metadata
Metadata
Assignees
Labels
No labels