test/testImportIliasUser.js
@@ -34,8 +34,12 @@ }, } beforeEach(async function () { }) afterEach(async function () { // await deleteUser(lastUserId) await deleteUser(lastUserId) }) it("should import a new user to ILIAS", async function () { @@ -60,6 +64,7 @@ }) ///////////////////////////////////////////////////////////////////////// async function deleteUser (usr_id) { const res2 = await libIlias.deleteUser(usr_id)