4840 multi workspace update user userworkspace inconsistent on delete set null constraint (#5373)

This commit is contained in:
martmull
2024-05-13 14:50:27 +02:00
committed by GitHub
parent 8576127b47
commit 0018ec78b0
2 changed files with 4 additions and 4 deletions

View File

@ -14,6 +14,9 @@ module.exports = {
transform: {
'^.+\\.(t|j)s$': 'ts-jest',
},
fakeTimers: {
enableGlobally: true,
},
collectCoverageFrom: ['**/*.(t|j)s'],
coverageDirectory: '../coverage',
};