Skip to content

Commit

Permalink
chore: speed up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 12, 2024
1 parent 9e67c42 commit 91beaba
Show file tree
Hide file tree
Showing 2 changed files with 1,019 additions and 785 deletions.
2 changes: 2 additions & 0 deletions packages/twoslash/test/markdown-it.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ describe('markdown-it', () => {
const md = MarkdownIt()

md.use(await Shiki({
langs: ['ts'],
themes: {
light: 'vitesse-light',
dark: 'vitesse-dark',
Expand Down Expand Up @@ -66,6 +67,7 @@ const a = 123
const md = MarkdownIt()

md.use(await Shiki({
langs: ['ts'],
themes: {
light: 'vitesse-light',
dark: 'vitesse-dark',
Expand Down
Loading

0 comments on commit 91beaba

Please sign in to comment.