Skip to content

Commit

Permalink
reverting agentkit jest.config
Browse files Browse the repository at this point in the history
  • Loading branch information
stat committed Dec 3, 2024
1 parent 5756a81 commit 3163f31
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cdp-agentkit-core/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,19 @@ import baseConfig from "../jest.config.base.js";

export default {
...baseConfig,
coveragePathIgnorePatterns: ["node_modules", "dist", "docs", "index.ts"],
coverageThreshold: {
"./src/actions/cdp/*": {
branches: 50,
functions: 50,
statements: 50,
lines: 50,
},
"./src/actions/cdp/defi/wow/actions/*": {
branches: 50,
functions: 50,
statements: 50,
lines: 50,
},
},
};

0 comments on commit 3163f31

Please sign in to comment.