SIGN IN SIGN UP
denoland / deno UNCLAIMED

A modern runtime for JavaScript and TypeScript.

0 0 30 Rust

chore: test for describe.only without only failure (#34590)

Adds a regression spec for `node:test` `describe.only()` to ensure it
runs successfully without Deno reporting `Test failed because the "only"
option was used`.

The current node:test implementation already registers top-level
node:test entries with `sanitizeOnly: false`; this locks the issue repro
into the spec suite.

Closes denoland/orchid#342
Closes https://github.com/denoland/deno/issues/31862

Verification:
- `/home/orchid/orch-work/issue-342/target/debug/deno test
describe_only.test.js`
- `cargo test -p specs_tests --test specs node_test_describe_only`

Co-authored-by: divybot <divybot@users.noreply.github.com>
Co-authored-by: Divy Srivastava <me@littledivy.com>
E
em committed
7085ad44844221040a099a7c6b8c52b0a0062c68
Parent: 17e4d5e
Committed by GitHub <noreply@github.com> on 5/31/2026, 4:53:33 AM