Skip to content

Commit f479749

Browse files
committed
Use property shorthand.
1 parent 995528d commit f479749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/QueryComplexity-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('QueryComplexity analysis', () => {
3434
estimators: [
3535
simpleEstimator({defaultComplexity: -100})
3636
],
37-
schema: schema,
37+
schema,
3838
query: ast
3939
});
4040
expect(complexity).to.equal(0);

0 commit comments

Comments
 (0)