Skip to content

Commit

Permalink
test: fix hightlight tests
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Nov 19, 2024
1 parent 0a7077a commit 04a8283
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/parseContent.md-highlighter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ describe('Highlighter', () => {
}
else {
expect(style).toContain(`.${token.props?.class}`)
expect(style).toContain(`.dark .${token.props?.class}`)
}
})
})
Expand Down

0 comments on commit 04a8283

Please sign in to comment.