mongoose + tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const mongoose = require('mongoose')
|
||||
|
||||
const { mongoUrl } = require('./const')
|
||||
|
||||
mongoose.connect(`${mongoUrl}/mongoose`)
|
||||
Reference in New Issue
Block a user