| 1 | import dns from 'dns'; |
| 2 | import { startParseServer, stopParseServer, dropDB } from './utils/test-runner.js'; |
| 3 | |
| 4 | // Ensure localhost resolves to ipv4 address first on node v17+ for connection to MongoDB; |
nothing calls this directly
no test coverage detected