You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
After upgrading from 0.1.7 to 0.1.8 tests in our project stopped working. On further inspection I noticed that this was due to change in how ignoring node_modules is implemented.
For context - I ran tests for a workspace which is in a subdirectory, but that depends on test utils on parent directory. By default only includes just the contents of workspace subdirectory. I changed that and then hit a problem of ignore not ignoring the parent node_modules since it's set to a strict subdirectory_path.../node_modules.
I'm wondering if at the very least default ignore should be changed to a more relaxed regexp ("^node_modules")
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After upgrading from 0.1.7 to 0.1.8 tests in our project stopped working. On further inspection I noticed that this was due to change in how ignoring node_modules is implemented.
For context - I ran tests for a workspace which is in a subdirectory, but that depends on test utils on parent directory. By default
only
includes just the contents of workspace subdirectory. I changed that and then hit a problem ofignore
not ignoring the parentnode_modules
since it's set to a strictsubdirectory_path.../node_modules
.I'm wondering if at the very least default
ignore
should be changed to a more relaxed regexp ("^node_modules")The text was updated successfully, but these errors were encountered: