Started using `node:test` in some of my projects but was missing the reporter style that I'm used to from Mocha, so I decided to fix that: https://github.com/voxpelli/node-test-pretty-reporter
Version 18.16.1 Platform MacOS Subsystem test What steps will reproduce the bug? I made a Code Sandbox that shows a reproduction. In short: import { test } from "node:test"; test("causes", () => { ...
Started using `node:test` in some of my projects but was missing the reporter style that I'm used to from Mocha, so I decided to fix that: https://github.com/voxpelli/node-test-pretty-reporter