refactor: Bump to jasmine 5.6.0 (#9453)

This commit is contained in:
Diamond Lewis
2025-03-11 15:34:14 -05:00
committed by GitHub
parent 5a2f3b8aec
commit 97d4a9e783
12 changed files with 574 additions and 58 deletions

View File

@@ -287,6 +287,7 @@ describe('Cloud Code Logger', () => {
});
xit('should log a changed beforeSave indicating a change', done => {
pending('needs more work.....');
const logController = new LoggerController(new WinstonLoggerAdapter());
Parse.Cloud.beforeSave('MyObject', req => {
@@ -309,7 +310,7 @@ describe('Cloud Code Logger', () => {
done();
})
.then(null, e => done.fail(JSON.stringify(e)));
}).pend('needs more work.....');
});
it_id('b86e8168-8370-4730-a4ba-24ca3016ad66')(it)('cloud function should obfuscate password', done => {
Parse.Cloud.define('testFunction', () => {