-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add tests to credentialManager #95
Conversation
@YouKnowBlom this one also seems good to merge if you rebase against master and optionally address the comments. |
93e9606
to
87a7a81
Compare
Is this still failing after you rebased against master? I'm less keen on merging it if the new tests will break the CI workflows. |
Yeah it is broken right now. The fix is setting some values in the tsconfig but I haven't gotten around to it yet, I'll let you know when it's done |
Now it should be working! I fixed the linting issues in the related files but there are many unrelated warnings which will have to go into a seperate PR. |
Why is the lint failing now out of nowhere? There aren't really any changes to enable new checks here. If nothing else, I would rather disable the checks that are throwing errors until they're actually fixed in the codebase to avoid collecting new issues. |
I'm confused as well. I'll take a closer look tonight to see if I can figure it out. If not I'll disable them for now |
Apparently the prettier was mad that the formatting changed in tsconfig and was returning 1, fixed now! @dkanada |
Add constructor to
credentialManager
with optional parameter to initialize the store with.Add tests for methods in
credentialManager
.Remove
--passWithNoTests
from test command to disallow passing when no tests are found.