feat: remove user from all shared vaults upon account deletion (#843)

This commit is contained in:
Karol Sójko
2023-09-22 10:49:53 +02:00
committed by GitHub
parent 6515dcf487
commit dc77ff3e45
14 changed files with 220 additions and 143 deletions

View File

@@ -3,7 +3,7 @@ module.exports = {
testEnvironment: 'node',
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.ts$',
testTimeout: 20000,
coverageReporters: ['text-summary'],
coverageReporters: ['text'],
reporters: ['summary'],
coverageThreshold: {
global: {