-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fix displaying auth scope #38
Conversation
hm~ Checking code coverage is odd. |
the coverage reporting tool is accurate. Want to check it again ? |
Test result in my local mac os is following
I inserted debug message like following
I think those lines are executed. |
While the lines may all be executed, are all the variations of the conditionals executed ? Those are all ternaries. I recommend you use Hoek.reach to make this simpler.
For example |
Ok. I understand. I will add test cases and rewrite my codes. :) |
Thank you @Dennis-Emmental |
@danielb2 has this change been published? I'm still seeing the old code in v3.1.1 on npm and getting the error. Thanks for the maintaining the package, it's great. |
I think I had something else in mind to release at the same time, but obviously that hasn't happened. I'lll do it now :) thank you for the reminder |
ok, done! sorry for the delay |
Thanks! Works great |
#37