Test discovery for std/testing/bdd.ts #14304
Labels
lsp
related to the language server
suggestion
suggestions for new features (yet to be agreed)
testing
related to deno test and coverage
I recently added
bdd.ts
which providesdescribe
andit
wrappers aroundDeno.test
andt.step
. It provides nested and flat test grouping styles. Examples can be found in the std/testing/README.md comparing to Deno.test section and in std/testing/bdd_examples directory.I was told on discord that I should open an issue here about it.
https://discord.com/channels/684898665143206084/964249526397444196/964257179278397460
The text was updated successfully, but these errors were encountered: