Closed kt3k closed 2 days ago
Yeah, it's by design. This was one of my main arguments against the test step API when we landed it 😅
Ah, ok. It's by design because we don't know the step names before executing each test case.
I created this issue because of the issue in std/testing/bdd
https://github.com/denoland/std/issues/6063, but that might be addressed by mapping all describe/it cases to Deno.test
, not to t.step
.
Assume we have
a.js
, like:If we filter with
2
, then it can't find any test case:Is this by design, or should this execute subtest of matching name?
related: https://github.com/denoland/std/issues/6063