Skip to content

Commit

Permalink
Merge branch 'develop' into chore/suspicious-behavior-client-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
coolchock committed Dec 12, 2024
2 parents 869b864 + cc6c76d commit 625e97f
Show file tree
Hide file tree
Showing 6 changed files with 252 additions and 180 deletions.
6 changes: 3 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ module.exports = {
coverageThreshold: {
global: {
// TODO: in the future, the following values should increase to at least 90%
statements: 87.69,
statements: 87.67,
branches: 73.79,
functions: 82.27,
lines: 87.74,
lines: 87.72,
},
},
coverageReporters: ['clover', 'json', 'lcov', 'text-summary'],
Expand All @@ -128,7 +128,7 @@ module.exports = {
},
],
},
modulePathIgnorePatterns: ['<rootDir>/src/main/resources/templates/'],
modulePathIgnorePatterns: ['<rootDir>/src/main/resources/templates/', '<rootDir>/build/'],
testTimeout: 3000,
testMatch: [
'<rootDir>/src/test/javascript/spec/component/**/*.spec.ts',
Expand Down
Loading

0 comments on commit 625e97f

Please sign in to comment.