Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRH committed Aug 26, 2022
1 parent d3108fd commit cceca12
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/FeedbackButton/FeedbackButton.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ describe('<FeedbackButton />', () => {
it('submits feedback via doSubmit callback with all default properties', async () => {
const doSubmit = jest.fn();
const { getByRole, findByRole } = render(
<FeedbackButton
feature="test_feature"
recipient="test_team_name"
doSubmit={doSubmit}
/>
<FeedbackButton feature="test_feature" recipient="test_team_name" doSubmit={doSubmit} />
);

const feedbackButton = getByRole('button');
Expand Down

0 comments on commit cceca12

Please sign in to comment.