Skip to content

Commit

Permalink
fix: jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy-Joseph19 committed Mar 13, 2024
1 parent 5766266 commit daaa8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-ui5-language-assistant/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const defaultConfig = require("../../jest.config");

module.exports = {
...defaultConfig,
collectCoverageFrom: ["src/**/*.{ts,tsx}", "!scripts/**/*.{ts,js}"],
globals: {
"ts-jest": {
tsconfig: join(__dirname, "tsconfig-test.json"),
Expand All @@ -12,5 +13,4 @@ module.exports = {
},
},
},
collectCoverageFrom: ["!**/*scripts"],
};

0 comments on commit daaa8b5

Please sign in to comment.