Skip to content

Commit

Permalink
Update ava testrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
francisli committed Nov 29, 2024
1 parent 10832c3 commit d76d63c
Show file tree
Hide file tree
Showing 6 changed files with 2,261 additions and 880 deletions.
4 changes: 3 additions & 1 deletion ava.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const avaConfig = {
files: ["src/**/*.test.ts"],
extensions: ["ts"],
require: ["@esbuild-kit/cjs-loader"],
ignoredByWatcher: ["**/.next/**"],
watchMode: {
ignoreChanges: ["**/.next/**"],
},
};
export default avaConfig;
Loading

0 comments on commit d76d63c

Please sign in to comment.