cspotcode/vscode-mocha-latte

Grep patterns fail to match tests outside of any suite

Opened this issue · 0 comments

Tests declared outside of any suite have a name beginning with a space. However, mocha-latte tries to grep for them like this: ^(name of test)
This means it doesn't match those tests.