``` $ node -p "require('test/reporters')" { dot: [Getter], spec: [Getter], tap: [Getter] } ``` I don't know if it's intended, but I find this confusing since the `node:` scheme is mandatory for `require('node:test')` @nodejs/test_runner