We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When you have a folder structure like this:
| components/ folder1/ component.js folder2/ component.js | tests/ folder1/ component.test.js folder2/ component.test.js
The extension is not able to find the correct test file, because it only looks at the file name and not the path itself.
To Reproduce Steps to reproduce the behavior:
The expected test file may not be found.
Expected behavior I expect it to open the correct test file in this scenario.
The text was updated successfully, but these errors were encountered:
deriegle
No branches or pull requests
Describe the bug
When you have a folder structure like this:
The extension is not able to find the correct test file, because it only looks at the file name and not the path itself.
To Reproduce
Steps to reproduce the behavior:
The expected test file may not be found.
Expected behavior
I expect it to open the correct test file in this scenario.
The text was updated successfully, but these errors were encountered: