Skip to content

Commit

Permalink
admin dashboard after mergeing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuyisenge2 committed Nov 27, 2024
2 parents 5d215e9 + 771da12 commit 39839d4
Show file tree
Hide file tree
Showing 151 changed files with 9,311 additions and 2,833 deletions.
4 changes: 2 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
preset: 'ts-jest',
testEnvironment: 'jsdom',
testEnvironmentOptions: {
customExportConditions: [] // don't load "browser" field
customExportConditions: [], // don't load "browser" field
},
verbose: true,
collectCoverage: true,
Expand All @@ -27,7 +27,7 @@ export default {
global: {
lines: 80,
functions: 50,
branches: 60,
branches: 50,
statements: 80,
},
},
Expand Down
Loading

0 comments on commit 39839d4

Please sign in to comment.