Skip to content

Commit 57cf63e

Browse files
committed
Fix failing unit tests
1 parent a80a928 commit 57cf63e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/__tests__/process-markdown.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ describe('processMarkdown', () => {
146146

147147
const { content: result } = await processMarkdown(input);
148148

149-
assert.ok(result.includes('**Static:**'));
149+
assert.ok(result.includes('**Static (Recommended):**'));
150150
assert.ok(result.includes('**Dynamic:**'));
151151
assert.ok(result.includes('NavigationContainer'));
152152
assert.ok(!result.includes('static2dynamic'));

0 commit comments

Comments
 (0)