Skip to content

Commit

Permalink
fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Jan 25, 2024
1 parent ecbf69e commit e683204
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/people/widgetViews/__tests__/OrgHeader.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ describe('OrgHeader Component', () => {
languageString: MockProps.languageString
});
});

});

it('validates the buttons appear when website and github is available', () => {
const { getByText } = render(<OrgHeader {...MockProps} />);
const websiteButton = getByText(/Website/i);
Expand Down

0 comments on commit e683204

Please sign in to comment.