hbenl / vscode-mocha-test-adapter

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

fix inability to run TypeScript tests in parallel #208

Closed petterm-wwt closed 2 years ago

petterm-wwt commented 2 years ago

ensure 'requires' are passed down through Mocha options to parallel workers

petterm-wwt commented 2 years ago

This resolves issue #205

hbenl commented 2 years ago

Thanks a lot for figuring this out! (and sorry for the delay on my side)

petterm-wwt commented 2 years ago

Sure, thanks for getting it merged. -MP