test: migration from Python to JavaScript

This commit is contained in:
Francis Lachapelle
2021-11-09 13:35:50 -05:00
parent 78d0410400
commit 620d8a0a2a
2 changed files with 9 additions and 10 deletions
+1 -2
View File
@@ -47,12 +47,11 @@ describe('Sieve', function() {
utility = new TestUtility(webdav)
manageSieve = new ManageSieve(config.username, config.username, config.password)
user = await utility.fetchUserInfo(config.username)
await manageSieve.authenticate()
})
beforeEach(async function() {
await _killFilters()
await manageSieve.authenticate(true)
})
afterAll(async function() {