diff --git a/jest.config.js b/jest.config.js index 080910c..9b4fbfa 100644 --- a/jest.config.js +++ b/jest.config.js @@ -9,6 +9,6 @@ module.exports = { coveragePathIgnorePatterns: [ "/node_modules/", "/test/", - "/utils/", + "/src/utils/", ], };