REST Service for POPCORN - ILIAS
alex
4 hours ago b9ca09b770f0cd55c7f5d044205cd7a451f8e07e
cleanup
3 files modified
9 ■■■■■ changed files
app.js 1 ●●●● patch | view | raw | blame | history
test/testAbmelden.js 6 ●●●● patch | view | raw | blame | history
test/testAnmelden.js 2 ●●● patch | view | raw | blame | history
app.js
@@ -75,7 +75,6 @@
      })
   })
/////// USER ////////////////////////////////////////////////////////////////
fastify
test/testAbmelden.js
@@ -7,7 +7,7 @@
/////////////////////////////////////////////////////////////////////////
describe("the function anmelden", function () {
describe.skip("the function anmelden", function () {
   const kurs = testData.kurs // TODO
   const user = testData.user
@@ -18,12 +18,12 @@
   beforeEach(async function () {
      // const {usr_id:userId} = await libIlias.importIliasUser(user)
      const userRes  = await libIlias.importIliasUser(user)
      const kursRes  = await libIlias.
      // const kursRes  = await libIlias.
      console.log(data)
   })
   afterEach(async function () {
      // await libIlias.deleteUser(userId)
      await libIlias.deleteUser(userId)
      // TODO delete kurs
   })
test/testAnmelden.js
@@ -7,7 +7,7 @@
/////////////////////////////////////////////////////////////////////////
describe("the function anmelden", function () {
describe.skip("the function anmelden", function () {
   const kurs = testData.kurs // TODO
   const user = testData.user