(config)
| 8 | |
| 9 | class MongoEnvironment extends NodeEnvironment { |
| 10 | constructor (config) { |
| 11 | super(config) |
| 12 | } |
| 13 | |
| 14 | async setup () { |
| 15 | const globalConfig = JSON.parse(fs.readFileSync(globalConfigPath, 'utf-8')) |
nothing calls this directly
no outgoing calls
no test coverage detected