hbenl / vscode-mocha-test-adapter

Mocha Test Adapter for the VS Code Test Explorer
MIT License
91 stars 31 forks source link

Can't run tests with describe() but no it() in them #249

Open marke-apexit opened 1 year ago

marke-apexit commented 1 year ago

Mocha works fine from the command line with tests that only have to describe() and no it() but can't be run within the test explorer.