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

Function createUser

spec/Schema.spec.js:1445–1450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1443 });
1444
1445 function createUser() {
1446 const user = new Parse.User();
1447 user.set('username', 'hello');
1448 user.set('password', 'world');
1449 return user.signUp(null);
1450 }
1451
1452 it('required auth test find', done => {
1453 config.database

Callers 2

Schema.spec.jsFile · 0.70
initializeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected