move watcher init to micro

This commit is contained in:
Jonathan Jogenfors
2024-02-29 16:52:14 +01:00
parent f1331905f0
commit 1073dc35b1
3 changed files with 3 additions and 7 deletions

View File

@@ -131,7 +131,6 @@ export const testApp = {
teardown: async () => {
if (app) {
await app.get(MicroAppService).teardown();
await app.get(AppService).teardown();
await app.close();
}
await db.disconnect();