-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Not working in test
directory
#8
Comments
Probably we need to change it so it supports |
Actually now that I think about it test files must have absolute imports to Either way we should definitely not throw an error, either fix it or not. |
Any update on this issue? |
Any updates? |
Great package @luanpotter! I need to work with the test directory too. Any updates? |
Trying to run
Fix imports
command on my unit test file. Getting this error:Current file is not on project root or not on lib folder? File must be on $root/lib. Your current file path is: '<path>/test/mocks' and the lib folder according to the pubspec.yaml file is '<path>/lib'.
The text was updated successfully, but these errors were encountered: