Skip to content

Commit

Permalink
chore: update snap
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 7, 2024
1 parent af71314 commit 55053e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shiki/test/bundle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ it('bundle-web', async () => {
}))

expect(highlighter.getLoadedLanguages().length)
.toMatchInlineSnapshot(`82`)
.toMatchInlineSnapshot(`83`)
})
2 changes: 2 additions & 0 deletions packages/shiki/test/core.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ describe('should', () => {
expect(shiki.getLoadedLanguages())
.toMatchInlineSnapshot(`
[
"regexp",
"sql",
"c",
"glsl",
"cpp-macro",
"cpp",
"regex",
"c++",
]
`)
Expand Down

0 comments on commit 55053e9

Please sign in to comment.