Skip to content

Commit dd3fcf1

Browse files
committed
[automated] Apply ESLint and Oxfmt fixes
1 parent da6ad13 commit dd3fcf1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/workbench/extensions/agent/components/agent/composer/AttachmentChip.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ function renderChip(props: {
1616
})
1717
}
1818

19-
2019
function iconMarker(container: Element): string {
2120
return container.querySelector(
2221
'span[class*="lucide--"], span[class*="icon-"]'
@@ -59,4 +58,3 @@ describe('AttachmentChip', () => {
5958
expect(screen.queryByRole('img')).not.toBeInTheDocument()
6059
})
6160
})
62-

0 commit comments

Comments
 (0)