Skip to content

Commit

Permalink
enable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed May 6, 2022
1 parent 6f073fe commit 74705dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions spec/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"jequal": true,
"create": true,
"arrayContains": true,
"databaseAdapter": true,
"databaseAdapter": true
},
"rules": {
"no-console": [0],
"no-var": "error",
"no-var": "error"
}
}
4 changes: 2 additions & 2 deletions spec/ParseGraphQLServer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 74705dd

Please sign in to comment.