Skip to content

Commit 80013a4

Browse files
authored
feat: update controller to inherit from BaseControllerV2 (#397)
1 parent fbebe90 commit 80013a4

6 files changed

+1667
-1230
lines changed

jest.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ module.exports = {
66
coverageReporters: ['text', 'html'],
77
coverageThreshold: {
88
global: {
9-
branches: 76.5,
9+
branches: 75.52,
1010
functions: 92.5,
11-
lines: 93.35,
12-
statements: 93.35,
11+
lines: 92.64,
12+
statements: 92.65,
1313
},
1414
},
1515
moduleFileExtensions: ['js', 'json', 'jsx', 'ts', 'tsx', 'node'],

0 commit comments

Comments
 (0)