MCPcopy Create free account
hub / github.com/dev-mastery/comments-api / constructor

Method constructor

jest-mongo.js:10–12  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

8
9class MongoEnvironment extends NodeEnvironment {
10 constructor (config) {
11 super(config)
12 }
13
14 async setup () {
15 const globalConfig = JSON.parse(fs.readFileSync(globalConfigPath, 'utf-8'))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected