MCPcopy Create free account
hub / github.com/parse-community/parse-server-example / helper.js

File helper.js

spec/helper.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

startParseServerFunction · 0.90
dropDBFunction · 0.90
stopParseServerFunction · 0.90

Tested by

no test coverage detected