Suppress Test Logs (#6256)
* Suppress Test Logs This will reduce some of the noise in the tests logs. * replace deprecated buffer * remove deprecation warnings * fix geopoint * Fix GraphQL * postgres warnings
This commit is contained in:
@@ -2073,7 +2073,6 @@ describe('Parse.Object testing', () => {
|
||||
|
||||
// Fetch object from server
|
||||
object = await object.fetch();
|
||||
console.log(object.id, object.get('jsonData'));
|
||||
equal(object.get('jsonData'), { c: 'd' });
|
||||
|
||||
done();
|
||||
|
||||
Reference in New Issue
Block a user