Ensures the test suites are properly formed for vscode jasmine plugin (#4901)
* Ensures the test suites are properly formed for vscode jasmine plugin * nit
This commit is contained in:
@@ -983,7 +983,7 @@ describe('Cloud Code', () => {
|
||||
TODO: fix for Postgres
|
||||
trying to delete a field that doesn't exists doesn't play nice
|
||||
*/
|
||||
it_exclude_dbs(['postgres'])('should fully delete objects when using `unset` with beforeSave (regression test for #1840)', done => {
|
||||
it_exclude_dbs(['postgres'])('should fully delete objects when using `unset` and `set` with beforeSave (regression test for #1840)', done => {
|
||||
const TestObject = Parse.Object.extend('TestObject');
|
||||
const BeforeSaveObject = Parse.Object.extend('BeforeSaveChanged');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user