Skip to content

Commit

Permalink
chore: fix test snapshots (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Feb 12, 2022
1 parent 3264f4d commit 974bbed
Show file tree
Hide file tree
Showing 3 changed files with 8,533 additions and 861 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: ["ts-eager/register"],
require: ["esbuild-register"],
verbose: true,
timeout: "60s",
};

0 comments on commit 974bbed

Please sign in to comment.