Skip to content

Commit c464c6e

Browse files
farhanclaude
andcommitted
style: fix dprint formatting — remove extra blank lines in tests
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c4ce85d commit c464c6e

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/course-unit/add-component/AddComponent.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ describe('<AddComponent />', () => {
359359
}, expect.any(Function));
360360
});
361361

362-
363362
it('verifies "Text" component selection in modal', async () => {
364363
const user = userEvent.setup();
365364
const { getByRole, getByText } = renderComponent();

src/course-unit/breadcrumbs/Breadcrumbs.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,4 @@ describe('<Breadcrumbs />', () => {
150150
await user.click(dropdownItem);
151151
expect(dropdownItem).toHaveAttribute('href', url);
152152
});
153-
154153
});

0 commit comments

Comments
 (0)