(options)
| 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) { |
no test coverage detected