Skip to content

Commit c5e24c0

Browse files
atarix83Andrea Barbasso
authored andcommitted
[UXP-114] Fix test
1 parent 5e9c83e commit c5e24c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/shared/markdown-viewer/markdown-viewer.component.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ describe('DsMarkdownViewerComponent', () => {
1818
beforeEach(() => {
1919
fixture = TestBed.createComponent(MarkdownViewerComponent);
2020
component = fixture.componentInstance;
21+
component.value = 'Test markdown';
2122
fixture.detectChanges();
2223
});
2324

0 commit comments

Comments
 (0)