Fix tests

This commit is contained in:
Charles Bochet
2023-04-24 15:00:37 +02:00
parent 6d2c8bbdf9
commit 29b6109e54
13 changed files with 366 additions and 768 deletions

View File

@ -13,4 +13,8 @@ describe('AppController', () => {
appController = app.get<AppController>(AppController);
});
it('should be defined', () => {
expect(appController).toBeDefined();
});
});