diff --git a/biome.json b/biome.json
index e01856c438..c68a269df1 100644
--- a/biome.json
+++ b/biome.json
@@ -65,6 +65,11 @@
}
}
},
+ "css": {
+ "formatter": {
+ "quoteStyle": "single"
+ }
+ },
"overrides": [
{
"include": ["**/*.test.ts", "**/*.test.tsx", "tests/**/*", "scripts/**/*", ".dumi/**/*"],
diff --git a/components/divider/__tests__/index.test.tsx b/components/divider/__tests__/index.test.tsx
index e529ae70b2..c827633829 100644
--- a/components/divider/__tests__/index.test.tsx
+++ b/components/divider/__tests__/index.test.tsx
@@ -28,22 +28,14 @@ describe('Divider', () => {
});
it('support bool dashed', () => {
- const { container } = render(
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nonne merninisti licere mihi ista probare, quae sunt a te dicta? Refert tamen, quo modo.
-Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nonne merninisti licere mihi ista probare, quae sunt a te dicta? Refert tamen, quo modo.
-
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nonne merninisti licere mihi ista
probare, quae sunt a te dicta? Refert tamen, quo modo.
diff --git a/components/float-button/__tests__/group.test.tsx b/components/float-button/__tests__/group.test.tsx
index 93af2f0ff4..67c215ae3c 100644
--- a/components/float-button/__tests__/group.test.tsx
+++ b/components/float-button/__tests__/group.test.tsx
@@ -116,7 +116,7 @@ describe('FloatButtonGroup', () => {
fireEvent.click(container.querySelector('.ant-float-btn-group')!);
expect(onClick).toHaveBeenCalled();
expect(onClick2).not.toHaveBeenCalled();
- });
+ });
it('warning if set `open` but not set `trigger`', () => {
const warnSpy = jest.spyOn(console, 'error').mockImplementation(() => {});
diff --git a/components/input/OTP/index.tsx b/components/input/OTP/index.tsx
index 7c10017778..dcbc54c7d5 100644
--- a/components/input/OTP/index.tsx
+++ b/components/input/OTP/index.tsx
@@ -208,7 +208,7 @@ const OTP = React.forwardRef