Skip to content

Commit 2806be3

Browse files
committed
disabled nested list test
1 parent 19b1962 commit 2806be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/analysis/typeComplexityAnalysis.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ describe('Test getQueryTypeComplexity function', () => {
295295
expect(mockWeightFunction.mock.calls[1].length).toBe(1);
296296
});
297297

298-
describe('with nested lists', () => {
298+
xdescribe('with nested lists', () => {
299299
test('and simple nesting', () => {
300300
query = `
301301
query {

0 commit comments

Comments
 (0)