Skip to content

Commit 022689b

Browse files
committed
[r96943502] test: fix failing test
1 parent c73def7 commit 022689b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/components/ContentNode.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ import FigureCaption from 'docc-render/components/ContentNode/FigureCaption.vue'
2020
import InlineImage from 'docc-render/components/ContentNode/InlineImage.vue';
2121
import Reference from 'docc-render/components/ContentNode/Reference.vue';
2222
import Table from 'docc-render/components/ContentNode/Table.vue';
23+
import SectionTitle from 'docc-render/components/ContentNode/SectionTitle.vue';
2324
import StrikeThrough from 'docc-render/components/ContentNode/StrikeThrough.vue';
2425

25-
const { TableHeaderStyle, SectionTitle } = ContentNode.constants;
26+
const { TableHeaderStyle } = ContentNode.constants;
2627

2728
const mountWithContent = (content = [], provide = { references: {} }) => (
2829
shallowMount(ContentNode, {

0 commit comments

Comments
 (0)