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

Function stopParseServer

spec/utils/test-runner.js:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 * @return {Promise}
51 */
52export async function stopParseServer() {
53 await new Promise(resolve => parseServerState.httpServer.close(resolve));
54 parseServerState = {};
55}

Callers 1

helper.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected