-
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
STSMACOM-886 provide LinkedUser component #1555
Conversation
Link to a user-details record if permissions allow, or return a plaintext name. Mocks shamelessly copied from ui-users. Refs STSMACOM-886
Omit files named like `.test.` (i.e. jest test files) when collecting files to calculate BigTest coverage. BigTest chokes trying dereference jest.
Jest Unit Test Results3 tests 3 ✅ 4s ⏱️ Results for commit e7e0b7b. ♻️ This comment has been updated with latest 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.
Clean up lint, but looks good otherwise!
whoops; forgot to set `jest-test-command` so CI was inadvertently running both jest and BTOG under jest (where BTOG failed), in addition to separately running BTOG.
Quality Gate passedIssues Measures |
Link to a user-details record if permissions allow, or return a plaintext name.
Mocks shamelessly copied from ui-users.
Refs STSMACOM-886