We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995528d commit f479749Copy full SHA for f479749
src/__tests__/QueryComplexity-test.ts
@@ -34,7 +34,7 @@ describe('QueryComplexity analysis', () => {
34
estimators: [
35
simpleEstimator({defaultComplexity: -100})
36
],
37
- schema: schema,
+ schema,
38
query: ast
39
});
40
expect(complexity).to.equal(0);
0 commit comments