wip
This commit is contained in:
@@ -23,6 +23,7 @@ describe('DriveService', () => {
|
||||
imports: [GlobalModule, CoreModule],
|
||||
providers: [DriveService],
|
||||
}).compile();
|
||||
await app.init();
|
||||
app.enableShutdownHooks();
|
||||
driveService = app.get<DriveService>(DriveService);
|
||||
});
|
||||
|
Reference in New Issue
Block a user