Skip to content

Commit

Permalink
Fix jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Feb 23, 2024
1 parent 37889aa commit bc87409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export default {
},
transformIgnorePatterns: ["/node_modules/(?!svue).+\\.js$"],
collectCoverageFrom: ["./**/*.{js,ts,svelte}"],
coveragePathIgnorePatterns: ["./**/*.stories.*"],
coveragePathIgnorePatterns: ["*.stories.*"],
coverageReporters: ["html", "text-summary"],
};

0 comments on commit bc87409

Please sign in to comment.