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 3202bb2 commit 5756a81
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions cdp-agentkit-core/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
const baseConfig = require("../jest.config.base.js");
import baseConfig from "../jest.config.base.js";

exports.default = {
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 5756a81

Please sign in to comment.