Cleanup update (#1590)
* destructuring in DB controller * deleteObject in db adapter * Turns out we can't have delete by object ID because of ACLs... * Fix tests * destructure acl * Don't reject with object
This commit is contained in:
@@ -84,7 +84,7 @@ beforeEach(function(done) {
|
||||
Parse.initialize('test', 'test', 'test');
|
||||
Parse.serverURL = 'http://localhost:' + port + '/1';
|
||||
Parse.User.enableUnsafeCurrentUser();
|
||||
done();
|
||||
return TestUtils.destroyAllDataPermanently().then(done, fail);
|
||||
});
|
||||
|
||||
afterEach(function(done) {
|
||||
|
||||
Reference in New Issue
Block a user