v1.6.2
This release uses a TypeScript server plugin in VS Code's TypeScript Language Features to implement parsing of test files. This fixes issues where the simple JavaScript parser did not work, and should generally be more efficient as it reuses the language information VS Code already has in memory.
If you encounter problems with this release, you can revert to the old logic by setting "nodejs-testing.useTypescriptServer": false
in your settings. If this resolves your problem, please make sure to open an issue, as I otherwise intend to remove this option in a later release.