Skip to content

Commit

Permalink
Merge pull request #6520 from Ocelot-Social-Community/refactor-seed
Browse files Browse the repository at this point in the history
refactor(backend): fix seed to not use promise all where easily refactored
  • Loading branch information
ulfgebhardt authored Jul 13, 2023
2 parents 658a616 + 7b23f75 commit da0f709
Show file tree
Hide file tree
Showing 2 changed files with 533 additions and 551 deletions.
2 changes: 1 addition & 1 deletion backend/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
],
coverageThreshold: {
global: {
lines: 70,
lines: 67,
},
},
testMatch: ['**/src/**/?(*.)+(spec|test).ts?(x)'],
Expand Down
Loading

0 comments on commit da0f709

Please # to comment.