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

Function testConfig

spec/CloudCode.Validator.spec.js:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 return true;
8};
9function testConfig() {
10 return Parse.Config.save({ internal: 'i', string: 's', number: 12 }, { internal: true });
11}
12
13describe('cloud validator', () => {
14 it('complete validator', async done => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected