Skip to content

Deno has no node:test/reporters module #31206

@davidebombelli

Description

@davidebombelli

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

  1. Create file test.mjs with the following content:
import { tap } from 'node:test/reporters';
  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions