test: enable GraphQL file upload tests (#7980)

This commit is contained in:
Manuel
2022-05-06 22:31:30 +02:00
committed by GitHub
parent 2eb56039e2
commit d691591630
3 changed files with 41 additions and 3 deletions

View File

@@ -6793,7 +6793,7 @@ describe('ParseGraphQLServer', () => {
describe('Files Mutations', () => {
describe('Create', () => {
xit('should return File object', async () => {
it_only_node_version('<17')('should return File object', async () => {
const clientMutationId = uuidv4();
parseServer = await global.reconfigureServer({
@@ -9096,7 +9096,7 @@ describe('ParseGraphQLServer', () => {
expect(result6[0].node.name).toEqual('imACountry3');
});
xit('should support files', async () => {
it_only_node_version('<17')('should support files', async () => {
try {
parseServer = await global.reconfigureServer({
publicServerURL: 'http://localhost:13377/parse',