Skip to content

Commit

Permalink
test(next-drupal): reorganize Jest tests
Browse files Browse the repository at this point in the history
Fixes #608
  • Loading branch information
JohnAlbin committed Feb 8, 2024
1 parent 7d7fa9f commit c37549e
Show file tree
Hide file tree
Showing 13 changed files with 6,665 additions and 5,077 deletions.
8 changes: 4 additions & 4 deletions packages/next-drupal/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ module.exports = {
coverageReporters: ["lcov", "text", "text-summary"],
coverageThreshold: {
global: {
statements: 82.07,
branches: 86.9,
functions: 80.76,
lines: 82.07,
statements: 82.3,
branches: 87.35,
functions: 88.23,
lines: 82.3,
},
},
}

Large diffs are not rendered by default.

Loading

0 comments on commit c37549e

Please sign in to comment.