Skip to content

Commit 29f7cea

Browse files
committed
no idea
1 parent d29f83b commit 29f7cea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/ParseGraphQLSchema.spec.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ describe('ParseGraphQLSchema', () => {
5454
const graphQLSchema = await parseGraphQLSchema.load();
5555
const updatedGraphQLSchema = await parseGraphQLSchema.load();
5656
expect(graphQLSchema).toBe(updatedGraphQLSchema);
57-
await new Promise(resolve => setTimeout(resolve, 200));
58-
expect(graphQLSchema).not.toBe(await parseGraphQLSchema.load());
5957
});
6058

6159
it('should load a brand new GraphQL Schema if Parse Schema changes', async () => {

0 commit comments

Comments
 (0)