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 16s

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:3760) 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
    ✔ should be able to launch (923ms)
    ✔ should be able to launch multiple times (482ms)

  Platform
    ✔ should list platforms when authorized (47ms)
    ✔ should delete not registered platforms from the database
    ✔ should create a platform when authorized (70ms)
    ✔ should NOT create a platform when NOT authorized (67ms)

  LTI Students
    ✔ should display students (192ms)
    ✔ should update students (378ms)


  8 passing (3s)