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 583 packages, and audited 1115 packages in 8s

95 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities

> test
> mocha --require ts-node/register --require test/fixtures/subsystems.ts test/**/*.spec.ts

(node:4491) 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)
{"level":"info","log_level":"info","message":"Logging initialized","transports":"stdout"}
[winston] Unknown logger level: warning


  device
    ✔ should be viewable by the owner
    ✔ should be editable by the owner
    ✔ should be deleteable by the owner
    ✔ should be viewable by the viewer
    ✔ should not be editable by the viewer
    ✔ should not be deleteable by the viewer
    ✔ should not be viewable by unassociated user
    ✔ should not be editable by unassociated user
    ✔ should not be deleteable by unassociated user

  peerconnection
    ✔ should be viewable by the owner
    ✔ should be editable by the owner
    ✔ should be deleteable by the owner
    ✔ should be viewable by the viewer
    ✔ should not be editable by the viewer
    ✔ should not be deleteable by the viewer
    ✔ should not be viewable by unassociated user
    ✔ should not be editable by unassociated user
    ✔ should not be deleteable by unassociated user

  experiment
    ✔ should be viewable by the owner
    ✔ should be editable by the owner
    ✔ should be deleteable by the owner
    ✔ should be viewable by the viewer
    ✔ should not be editable by the viewer
    ✔ should not be deleteable by the viewer
    ✔ should not be viewable by unassociated user
    ✔ should not be editable by unassociated user
    ✔ should not be deleteable by unassociated user

  booking
    ✔ should be viewable by the owner
    ✔ should be editable by the owner
    ✔ should be deleteable by the owner
    ✔ should be viewable by the viewer
    ✔ should not be editable by the viewer
    ✔ should not be deleteable by the viewer
    ✔ should not be viewable by unassociated user
    ✔ should not be editable by unassociated user
    ✔ should not be deleteable by unassociated user

  federation
    ✔ should be viewable by the owner
    ✔ should be editable by the owner
    ✔ should be deleteable by the owner
    ✔ should be viewable by the viewer
    ✔ should not be editable by the viewer
    ✔ should not be deleteable by the viewer
    ✔ should not be viewable by unassociated user
    ✔ should not be editable by unassociated user
    ✔ should not be deleteable by unassociated user

  authorization
    ✔ should persist data (2788ms)

  relations
    ✔ should be queryable by full tuple
    ✔ should be queryable by object only
    ✔ should be queryable by object type and subject
    ✔ should be queryable by object and relation

  Subject Formats
    ✔ should be read in jwt format
    ✔ should be read fully qualified subject
    ✔ should be read in short format


  53 passing (4s)