vscode_deno icon indicating copy to clipboard operation
vscode_deno copied to clipboard

BDD Style Tests Not Detected

Open jherdman opened this issue 1 year ago • 7 comments

Describe the bug

Nested tests are not detected.

To Reproduce

  1. Write a test file, and use the BDD style — make sure you nest your tests!
  2. Note the lack of green test running arrows
  3. De-nest (if you will) one of your examples. It now has a green arrow.

Expected behavior

It should work

Screenshots

Screenshot 2023-01-22 at 1 37 55 PM

Versions

vscode: 1.74.3 deno: 1.29.3 extension: 3.16.0

jherdman avatar Jan 22 '23 18:01 jherdman