()
| 590 | |
| 591 | describe('Schema', () => { |
| 592 | const resetGraphQLCache = async () => { |
| 593 | await Promise.all([ |
| 594 | parseGraphQLServer.parseGraphQLController.cacheController.graphQL.clear(), |
| 595 | parseGraphQLServer.parseGraphQLSchema.schemaCache.clear(), |
| 596 | ]); |
| 597 | }; |
| 598 | |
| 599 | describe('Context', () => { |
| 600 | it('should support dependency injection on graphql api', async () => { |
no test coverage detected