Skip to content

Commit 04a8283

Browse files
committed
test: fix hightlight tests
1 parent 0a7077a commit 04a8283

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/parseContent.md-highlighter.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ describe('Highlighter', () => {
7171
}
7272
else {
7373
expect(style).toContain(`.${token.props?.class}`)
74-
expect(style).toContain(`.dark .${token.props?.class}`)
7574
}
7675
})
7776
})

0 commit comments

Comments
 (0)