Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 15, 2024
1 parent 76c2778 commit 8ae1608
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/engine-javascript/test/compare.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ describe.skipIf(
const run = c.c.skip ? it.skip : it
run(c.c.name, async () => {
const engineWasm = createWasmOnigLibWrapper()
const engineJs = createJavaScriptRegexEngine()
const engineJs = createJavaScriptRegexEngine({
forgiving: true,
target: 'ES2024',
})

const shiki1 = await createHighlighterCore({
langs: c.lang,
Expand Down

0 comments on commit 8ae1608

Please sign in to comment.