Implement pointer types in postgres. (#2086)
* Support pointers in postgres * implement count * Fix bug in createClass
This commit is contained in:
@@ -135,8 +135,7 @@ describe("test validate_receipt endpoint", () => {
|
||||
});
|
||||
});
|
||||
|
||||
it("should fail at appstore validation", (done) => {
|
||||
|
||||
it("should fail at appstore validation", done => {
|
||||
request.post({
|
||||
headers: {
|
||||
'X-Parse-Application-Id': 'test',
|
||||
|
||||
Reference in New Issue
Block a user