-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
feat: coverage for adotokenstorage #900
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Commit SHA:dbf86580f456eba2bb318da74383c0aabe4942f6 Test coverage results 🧪
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor typo and one question for my understanding
@@ -280,13 +285,13 @@ export class ADOTokenStorage extends GitTokenStorage { | |||
return [ | |||
{ | |||
type: 'themes', | |||
path: `${this.path}/$themes.json`, | |||
path: this.path, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So does this store $themes in the same file as the sets then? How did this even work before?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does - it has to because of how the multifile was set-up from the beginning. It is based on the filename. It was not possible to change the file structure anymore since it had alreayd been set in a flat file structure.
Co-authored-by: Jan Six <six.jan@gmail.com>
Commit SHA:edc2a0b1db0809ceba79a4db1341dfabdcbdfaca Test coverage results 🧪
|
* feat: Added coverage for ADO Token Storage * chore: Typo Co-authored-by: Jan Six <six.jan@gmail.com> Co-authored-by: Jan Six <six.jan@gmail.com>
* feat: Added coverage for ADO Token Storage * chore: Typo Co-authored-by: Jan Six <six.jan@gmail.com> Co-authored-by: Jan Six <six.jan@gmail.com>
* feat: Added coverage for ADO Token Storage * chore: Typo Co-authored-by: Jan Six <six.jan@gmail.com> Co-authored-by: Jan Six <six.jan@gmail.com>
No description provided.