mirror of
https://github.com/standardnotes/server
synced 2026-01-16 20:04:32 -05:00
feat: remove user from all shared vaults upon account deletion (#843)
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = {
|
||||
testEnvironment: 'node',
|
||||
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.ts$',
|
||||
testTimeout: 20000,
|
||||
coverageReporters: ['text-summary'],
|
||||
coverageReporters: ['text'],
|
||||
reporters: ['summary'],
|
||||
coverageThreshold: {
|
||||
global: {
|
||||
|
||||
Reference in New Issue
Block a user