why deno vs code extension not supporting deno test describe and coverage?
While developing with vs code in vs code native test explorer it shows tests while we run deno test but it's not showing test written with describe, why?
and also it's not shoing coverage of files in native vs code test explorer, how to solve this?
5 Replies
Testing in Visual Studio Code
One of the great things in Visual Studio Code is testing support. Automatically discover tests in your project, run and debug your tests, and get test coverage results.
@dsherret any idea, or solution or i need to create issue?
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...
Any ETA for this to lift up DX with deno?
no eta at this point