Close mock blocklit server when tests end

This commit is contained in:
Chocobozzz
2020-06-26 14:50:40 +02:00
parent 84f6e32c7b
commit 7820a54e5e
3 changed files with 11 additions and 1 deletions

View File

@@ -185,6 +185,8 @@ describe('Official plugin auto-block videos', function () {
})
after(async function () {
await blocklistServer.terminate()
await cleanupTests(servers)
})
})

View File

@@ -238,6 +238,8 @@ describe('Official plugin auto-mute', function () {
})
after(async function () {
await blocklistServer.terminate()
await cleanupTests(servers)
})
})