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

Function simpleOneObject

spec/schemas.spec.js:1390–1396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1388
1389 it('lets you delete multiple fields and check schema', done => {
1390 const simpleOneObject = () => {
1391 const obj = new Parse.Object('SimpleOne');
1392 obj.set('aNumber', 5);
1393 obj.set('aString', 'string');
1394 obj.set('aBool', true);
1395 return obj;
1396 };
1397
1398 simpleOneObject()
1399 .save()

Callers 1

schemas.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected