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

Function testConfig

spec/CloudCode.spec.js:4550–4552  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4548
4549describe('Cloud Config hooks', () => {
4550 function testConfig() {
4551 return Parse.Config.save({ internal: 'i', string: 's', number: 12 }, { internal: true });
4552 }
4553
4554 it_id('997fe20a-96f7-454a-a5b0-c155b8d02f05')(it)('beforeSave(Parse.Config) can run hook with new config', async () => {
4555 let count = 0;

Callers 1

CloudCode.spec.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…