diff --git a/cdp-agentkit-core/jest.config.js b/cdp-agentkit-core/jest.config.js index 714bb8a..6433157 100644 --- a/cdp-agentkit-core/jest.config.js +++ b/cdp-agentkit-core/jest.config.js @@ -1,6 +1,6 @@ const baseConfig = require("../jest.config.base.js"); -export default { +exports.default { ...baseConfig, coveragePathIgnorePatterns: ["node_modules", "dist", "docs", "index.ts"], coverageThreshold: {