connor4312 / nodejs-testing

VS Code integration for node:test native tests
MIT License
48 stars 7 forks source link

Test-Explorer displays 0/0 tests #14

Closed jngross95 closed 5 months ago

jngross95 commented 1 year ago

If I start the Tests at file-level or directory level in VS-Code Testexplorer, then the UI displays 0/0 tests passed.

image

However, the tests are executed correctly internally. Die Interface does not update.

It's probably because the Array 'next.include' ist empty.

jngross95 commented 1 year ago

my VSCode Version:

image

connor4312 commented 5 months ago

In recent versions we use a more reliably way to report+read test output, please let me know if you continue to experience this.