jasonrudolph/significant-other-vscode

Support for `.spec` suffix

Open

#10 opened on Apr 15, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (2 forks)github user discovery
help wanted

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

Hey! Extension been very helpful so far, but I feel it's missing support for .spec. Both .test and .spec are fairly common in the JS/TS world, sometimes used together to differentiate between unit tests and integration tests:

Jest doc also mentions .spec as a supported suffix:

Contributor guide