Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Nov 20, 2024
1 parent 6d86b8e commit f7d7a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function createEsBUildOptions(
} catch {}
return {
format: "cjs",
target: "es2019",
target: "esnext",
sourcemap: false,
bundle: true,
minify: true,
Expand Down

0 comments on commit f7d7a73

Please sign in to comment.