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:
Florent Vilmart
2018-07-19 07:05:27 +00:00
parent 5a32eb33e6
commit 83cf68a513
4 changed files with 12 additions and 41 deletions

View File

@@ -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');