Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d7363cf

Browse files
committedApr 14, 2025·
chore: fix
1 parent c14bafb commit d7363cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎e2e/tests/crepe/latex.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test('latex block preview toggle', async ({ page }) => {
2828

2929
await expect(preview).toBeVisible()
3030
const markdown = await getMarkdown(page)
31-
expect(markdown.trim()).toEqual('$$\nE=mc^2\n$$\n\n')
31+
expect(markdown.trim()).toEqual('$$\nE=mc^2\n$$')
3232

3333
await codeTools.hover()
3434
await expect(previewToggleButton).toBeVisible()

0 commit comments

Comments
 (0)
Please sign in to comment.