test(server): avoid progress get hold after tests finished (#5522)

This commit is contained in:
liuyi
2024-01-11 06:40:53 +00:00
parent 5aee480c50
commit 9253e522aa
36 changed files with 262 additions and 194 deletions

View File

@@ -1,3 +1,5 @@
import '../prelude';
import { Logger, Module } from '@nestjs/common';
import { CommandFactory } from 'nest-commander';
@@ -14,6 +16,9 @@ import { RevertCommand, RunCommand } from './commands/run';
enableUpdateAutoMerging: false,
},
},
metrics: {
enabled: false,
},
}),
BusinessAppModule,
],