Version
deno 2.5.6 (stable, release, x86_64-unknown-linux-gnu)
v8 14.0.365.5-rusty
typescript 5.9.2
Steps to reproduce
- Create file
test.mjs with the following content:
import { tap } from 'node:test/reporters';
- Run the file like
deno test.mjs.
Expected Behaviour
The tap method should be imported and nothing should happen.
Actual Behaviour
error: No such built-in module: node:test/reporters
Additional Information
This module is listed in Deno documentation as fully working.