-
Notifications
You must be signed in to change notification settings - Fork 22
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
False positive for no-hooks-from-ancestor-modules
#230
Comments
Thanks @Krinkle for the issue! Having reviewed the PR would be welcome. It should be pretty easy to just add the missing test cases and then fix the code. |
I thought maybe it gets confused by the
newMwEnvironment
call that returns an options object, but it happens even if I replace it with a plainQUnit.module('example', {}, function ( hooks ) {
.The text was updated successfully, but these errors were encountered: