Skip to content

Commit

Permalink
Fix typo and console warning in coverageReporters (#7170)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden authored Jun 5, 2024
1 parent 5acbfae commit dfccc23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tasty-lions-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@vue-storefront/jest-config": patch
---

Fix typo in coverageReporters
2 changes: 1 addition & 1 deletion engineering-toolkit/jest-config/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
},
coverageDirectory: "./coverage/",
collectCoverageFrom: ["src/**/*.ts"],
coverageRepoters: ["clover", "json", "lcov" /* "text" */],
coverageReporters: ["clover", "json", "lcov" /* "text" */],
testMatch: ["<rootDir>/**/__tests__/**/*spec.[jt]s?(x)"],
},
};

0 comments on commit dfccc23

Please sign in to comment.