Merge pull request #6520 from Ocelot-Social-Community/refactor-seed

refactor(backend): fix seed to not use promise all where easily refactored
This commit is contained in:
Ulf Gebhardt 2023-07-13 15:09:11 +02:00 committed by GitHub
commit da0f7094a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 525 additions and 543 deletions

View File

@ -11,7 +11,7 @@ module.exports = {
],
coverageThreshold: {
global: {
lines: 70,
lines: 67,
},
},
testMatch: ['**/src/**/?(*.)+(spec|test).ts?(x)'],

File diff suppressed because it is too large Load Diff