MCPcopy Index your code
hub / github.com/parse-community/parse-server-example / dropDB

Function dropDB

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

Source from the content-addressed store, hash-verified

4import express from 'express';
5
6export const dropDB = async () => {
7 await Parse.User.logOut();
8 return await Parse.Server.database.deleteEverything(true);
9};
10let parseServerState = {};
11
12/**

Callers 1

helper.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected