Deno BDD Testing in Visual Code Studio

I just install Visual Code Studio and loaded the Deno support for it. In my testing I have been using describe and it rather than Deno.test. I get the lense to run tests with with Deno.test is there any way to get it for describe and it
1 Reply
KyleJune
KyleJune2y ago
There is an issue for this but I don't believe any work has been done to support it. https://github.com/denoland/deno/issues/14804
GitHub
lsp: support detecting test built on top of Deno.test() like std/...
Is your feature request related to a problem? Please describe. Testing UI integration does not show tests defined written in BDD style (https://deno.land/std@0.136.0/testing/bdd.ts). Describe the s...