fix: harden tenant auth and quality gates
This commit is contained in:
@@ -9,4 +9,12 @@ module.exports = {
|
||||
testMatch: ['**/*.spec.ts'],
|
||||
moduleFileExtensions: ['ts', 'js', 'json'],
|
||||
clearMocks: true,
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
statements: 59,
|
||||
branches: 50,
|
||||
functions: 60,
|
||||
lines: 62,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user