fix(test): ジョブキューをテストが終わったら停止するように

Fix #10802 ?
This commit is contained in:
syuilo
2023-05-09 08:32:25 +09:00
parent b16d7cc6c4
commit 5c54e12099
2 changed files with 5 additions and 2 deletions

View File

@@ -34,4 +34,6 @@ export async function jobQueue() {
jobQueue.get(QueueProcessorService).start();
jobQueue.get(ChartManagementService).start();
return jobQueue;
}