Skip to content

Commit

Permalink
chore: replace esbuild-register with ts-eager
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Feb 19, 2022
1 parent ac6ff21 commit 791bd74
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 695 deletions.
2 changes: 1 addition & 1 deletion ava.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
extensions: ["ts"],
files: ["./test/**/*.test.ts"],
require: ["esbuild-register"],
require: ["ts-eager/register"],
verbose: true,
timeout: "60s",
};
Loading

0 comments on commit 791bd74

Please sign in to comment.