hbenl / vscode-test-explorer

The VS Code Test Explorer extension
MIT License
215 stars 55 forks source link

mocha.parallelMode is not a function #183

Closed shy2net closed 3 years ago

shy2net commented 3 years ago

On the new version (2.9.0) it seems like the extension is crushing with following:

TypeError: mocha.parallelMode is not a function
    at /Users/shynet/.vscode/extensions/hbenl.vscode-mocha-test-adapter-2.9.0/out/worker/bundle.js:5722:19
    at Generator.next (<anonymous>)
    at fulfilled (/Users/shynet/.vscode/extensions/hbenl.vscode-mocha-test-adapter-2.9.0/out/worker/bundle.js:38:58)
hbenl commented 3 years ago

Fixed in version 2.9.1 of Mocha Test Explorer.