mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Update parse/parse-tests.ts
This commit is contained in:
@@ -265,7 +265,9 @@ function test_user_acl_roles() {
|
||||
role.getRoles().add(role);
|
||||
role.save();
|
||||
|
||||
Parse.User.logOut();
|
||||
Parse.User.logOut().then(function (data) {
|
||||
// logged out
|
||||
});
|
||||
}
|
||||
|
||||
function test_facebook_util() {
|
||||
@@ -397,4 +399,4 @@ function test_view() {
|
||||
|
||||
var model = Parse.User.current();
|
||||
var view = new Parse.View<Parse.User>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user