| 1 | const GridFSBucketAdapter = require('../lib/Adapters/Files/GridFSBucketAdapter') |
| 2 | .GridFSBucketAdapter; |
| 3 | const { randomString } = require('../lib/cryptoUtils'); |
| 4 | const databaseURI = 'mongodb://localhost:27017/parse'; |
nothing calls this directly
no test coverage detected