add library teardown
This commit is contained in:
@@ -33,7 +33,7 @@ describe(`Library watcher (e2e)`, () => {
|
||||
});
|
||||
|
||||
afterEach(async () => {
|
||||
await libraryService.unwatchAll();
|
||||
await libraryService.teardown();
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
|
||||
Reference in New Issue
Block a user