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
Aliases in a test module do not seem to propagate into the body of a describe or test block.
Need to test if this happens in other blocks like Ecto's schema.
The text was updated successfully, but these errors were encountered:
fix(completions): imports inside blocks that generate functions
a576a7a
The `test/2` macro is an example of this Closes #420
fix(completions): imports inside blocks that generate functions (#423)
04d3010
Successfully merging a pull request may close this issue.
Description
Aliases in a test module do not seem to propagate into the body of a describe or test block.
Need to test if this happens in other blocks like Ecto's schema.
The text was updated successfully, but these errors were encountered: