Skip to content

Commit 39839d4

Browse files
committed
admin dashboard after mergeing
2 parents 5d215e9 + 771da12 commit 39839d4

File tree

151 files changed

+9311
-2833
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+9311
-2833
lines changed

Diff for: jest.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
preset: 'ts-jest',
55
testEnvironment: 'jsdom',
66
testEnvironmentOptions: {
7-
customExportConditions: [] // don't load "browser" field
7+
customExportConditions: [], // don't load "browser" field
88
},
99
verbose: true,
1010
collectCoverage: true,
@@ -27,7 +27,7 @@ export default {
2727
global: {
2828
lines: 80,
2929
functions: 50,
30-
branches: 60,
30+
branches: 50,
3131
statements: 80,
3232
},
3333
},

0 commit comments

Comments
 (0)