hbenl / vscode-mocha-test-adapter

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

add root hook support #128

Closed ml1nk closed 4 years ago

ml1nk commented 4 years ago

Add root hook support by calling rootHooks with all required modules (mochaOpts.requires) which export mochaHooks.

closes #127

hbenl commented 4 years ago

Thanks a lot!