-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: quirks with version commands and config retrieval (#423)
* fix: quirks with version commands not always handling errors properly * fix: use the right accessor for getting config data * fix: pr feedback * fix: pr feedback * fix: pr feedback * fix: pr feedback * Update __tests__/cmds/whoami.test.js Co-authored-by: Kanad Gupta <[email protected]> * Update __tests__/cmds/versions.test.js Co-authored-by: Kanad Gupta <[email protected]> * Update __tests__/cmds/versions.test.js Co-authored-by: Kanad Gupta <[email protected]> * Update __tests__/cmds/versions.test.js Co-authored-by: Kanad Gupta <[email protected]> * Update __tests__/cmds/versions.test.js Co-authored-by: Kanad Gupta <[email protected]> * Update __tests__/cmds/versions.test.js Co-authored-by: Kanad Gupta <[email protected]> * Update __tests__/cmds/versions.test.js Co-authored-by: Kanad Gupta <[email protected]> * Update __tests__/cmds/login.test.js Co-authored-by: Kanad Gupta <[email protected]> * Update __tests__/cmds/login.test.js Co-authored-by: Kanad Gupta <[email protected]> * fix: prettier * fix: test adjustments * fix: one more test update * fix: disabling color in all tests due to snapshot issues Co-authored-by: Kanad Gupta <[email protected]>
- Loading branch information
1 parent
f842480
commit 026c633
Showing
28 changed files
with
350 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`rdme login should post to /login on the API 1`] = `"Successfully logged in as [email protected] to the subdomain project."`; | ||
|
||
exports[`rdme login should send 2fa token if provided 1`] = `"Successfully logged in as [email protected] to the subdomain project."`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.