-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 JSDoc lint warnings #10127
Fix JSDoc lint warnings #10127
Conversation
a22bc2a
to
a1c9941
Compare
Thank you very much for the PR! I wonder what's going on with the CI there — |
I think #10193 may fix the failing tests. I pushed fixes for the remaining JSDoc lint warnings so |
@andycalder thank you! I've merged that build-fix PR — can we try rebasing this and seeing if it passes now? |
508f1e6
to
5c73590
Compare
@mourner I rebased but they're still failing. It looks like my CI is still being run without environment variables. Strange... |
5c73590
to
75642aa
Compare
Edit: I've just seen #10231, which should fix this. Disregard below. Hi @ryanhamley, it looks like my CI is being run without the following environment variables:
Is this something I can fix on my end? Thanks. |
Hi @andycalder this is something we're working to fix on our end with #10231. I'm hoping to get it reviewed and merged this week |
@andycalder #10231 was just merged so if you rebase against |
75642aa
to
57b6b02
Compare
Thanks @ryanhamley. I rebased and all tests are passing now. |
This PR fixes the 44 JSDoc lint warnings you get when you run
yarn test
:Launch Checklist