refactor: library watching (#7071)

This commit is contained in:
Jason Rasmussen 2024-02-13 08:48:47 -05:00 committed by GitHub
parent 3d7a7bcb7a
commit b648025e2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 143 additions and 248 deletions

View file

@ -11,7 +11,8 @@ describe(`${LibraryController.name} (e2e)`, () => {
let admin: LoginResponseDto;
beforeAll(async () => {
server = (await testApp.create()).getHttpServer();
const app = await testApp.create();
server = app.getHttpServer();
});
afterAll(async () => {