MCPcopy
hub / github.com/parse-community/parse-server / setup

Function setup

spec/Idempotency.spec.js:29–36  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

27 await rest.del(config, auth.master(config), '_Idempotency', res.results[0].objectId);
28 }
29 async function setup(options) {
30 await reconfigureServer({
31 appId: Parse.applicationId,
32 masterKey: Parse.masterKey,
33 serverURL: Parse.serverURL,
34 idempotencyOptions: options,
35 });
36 }
37 // Setups
38 beforeEach(async () => {
39 if (SIMULATE_TTL) {

Callers 1

Calls 1

reconfigureServerFunction · 0.85

Tested by

no test coverage detected