Skip to content

Commit f5947f7

Browse files
committed
headings
1 parent 7e0ac70 commit f5947f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/generators/jsx-ast/utils/__tests__/buildBarProps.test.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ describe('buildBarProps utilities', () => {
1616
]);
1717
assert.ok(result.readingTime.startsWith('1 min'));
1818
assert.ok(result.editThisPage.endsWith('sample-api.md'));
19-
assert.deepEqual(result.headings, [
20-
{ depth: 2, value: 'SampleFunc', slug: 'sample-func' },
21-
]);
2219
});
2320
});
2421
});

0 commit comments

Comments
 (0)