connor4312 / nodejs-testing

VS Code integration for node:test native tests
MIT License
48 stars 7 forks source link

RFC: support for only #22

Open cdaringe opened 11 months ago

cdaringe commented 11 months ago

Problem

it.only isn't supported

image

Discussion

the node tester makes this perhaps obnoxious to support--one must pass a CLI arg up front. To support these, we'd need to have metadata about the file and existence of such a use of .only before calling out to node.

HugoDF commented 8 months ago

Not sure if this is helpful but the flag the needs to be passed to Node is --test-only.