Remove console.log

This commit is contained in:
Drew
2016-06-15 17:25:17 -07:00
committed by GitHub
parent f7f5bab75d
commit 726c866a4d

View File

@@ -238,7 +238,6 @@ describe('SchemaController', () => {
});
Promise.all([p1,p2])
.catch(error => {
console.log(error);
expect(error.code).toEqual(Parse.Error.INVALID_CLASS_NAME);
expect(error.message).toEqual('Class NewClass already exists.');
done();