Start using parse format schema in transformQueryKeyValue
This commit is contained in:
@@ -124,7 +124,6 @@ describe('SchemaController', () => {
|
||||
var obj;
|
||||
createTestUser()
|
||||
.then(user => {
|
||||
console.log(user);
|
||||
return config.database.loadSchema()
|
||||
// Create a valid class
|
||||
.then(schema => schema.validateObject('Stuff', {foo: 'bar'}))
|
||||
|
||||
Reference in New Issue
Block a user