refactor: Bump to jasmine 5.6.0 (#9453)
This commit is contained in:
@@ -3663,6 +3663,7 @@ describe('Parse.User testing', () => {
|
||||
});
|
||||
|
||||
xit('should not send a verification email if the user signed up using oauth', done => {
|
||||
pending('this test fails. See: https://github.com/parse-community/parse-server/issues/5097');
|
||||
let emailCalledCount = 0;
|
||||
const emailAdapter = {
|
||||
sendVerificationEmail: () => {
|
||||
@@ -3691,7 +3692,7 @@ describe('Parse.User testing', () => {
|
||||
done();
|
||||
});
|
||||
});
|
||||
}).pend('this test fails. See: https://github.com/parse-community/parse-server/issues/5097');
|
||||
});
|
||||
|
||||
it('should be able to update user with authData passed', done => {
|
||||
let objectId;
|
||||
|
||||
Reference in New Issue
Block a user