npm WARN deprecated superagent@8.1.2: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net added 636 packages, and audited 1828 packages in 22s 118 packages are looking for funding run `npm fund` for details 10 vulnerabilities (1 low, 4 moderate, 3 high, 2 critical) To address all issues, run: npm audit fix Run `npm audit` for details. > test > AUTH_SERVICE_URL=http://localhost:4000 DEVICE_SERVICE_URL=http://localhost:4000 EXPERIMENT_SERVICE_URL=http://localhost:4000 mocha (node:4726) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`: --import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("ts-node/esm", pathToFileURL("./"));' (Use `node --trace-warnings ...` to show where the warning was created) LTI Login 1) should be able to launch 2) should be able to launch multiple times Platform ✔ should list platforms when authorized (84ms) ✔ should delete not registered platforms from the database ✔ should create a platform when authorized (85ms) ✔ should NOT create a platform when NOT authorized (82ms) LTI Students 3) "before all" hook for "should display students" 4 passing (2s) 3 failing 1) LTI Login should be able to launch: AssertionError: {"error":"Error","message":"Malformed LTI Message"}: expected 500 to equal 200 + expected - actual -500 +200 at Context. (file:///builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/lti/test/lti_login.spec.ts:21:31) at processTicksAndRejections (node:internal/process/task_queues:95:5) 2) LTI Login should be able to launch multiple times: AssertionError: {"error":"Error","message":"Malformed LTI Message"}: expected 500 to equal 200 + expected - actual -500 +200 at Context. (file:///builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/lti/test/lti_login.spec.ts:27:31) at processTicksAndRejections (node:internal/process/task_queues:95:5) 3) LTI Students "before all" hook for "should display students": TypeError: Cannot read properties of undefined (reading 'resource_uri') at Context. (file:///builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/lti/test/students.spec.ts:17:55) at processTicksAndRejections (node:internal/process/task_queues:95:5)