dan.the.discloserD
Denoβ€’4y agoβ€’
1 reply
dan.the.discloser

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
Was this page helpful?