Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
import
express from
'express'
;
5
6
export
const
dropDB =
async
() => {
7
await
Parse.User.logOut();
8
return
await
Parse.Server.database.deleteEverything(true);
9
};
10
let
parseServerState = {};
11
12
/**
Callers
1
helper.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected