Skip to content

Commit 2160962

Browse files
committed
[chore]: fix prettier error and update testing snap file
1 parent 6735f7c commit 2160962

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/base/src/hooks/useThemeStyleData/__snapshots__/index.test.tsx.snap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,10 @@ exports[`test base/hooks/useThemeStyleData should match snapshot 3`] = `
923923
},
924924
"loadingColor": "#4583ff",
925925
},
926+
"sqlInsight": {
927+
"dataMarkerColor": "#ff4d4f",
928+
"regionFillColor": "rgba(197, 212, 235, 0.6)",
929+
},
926930
"statistics": {
927931
"auditRateStatus": {
928932
"error": {

packages/shared/lib/testUtil/mockModule/mockAntDesignPlots.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ const ScatterWithCustomRenderCalled = (options) => (props) => {
125125
return <div data-custom-params={params} />;
126126
};
127127

128-
129128
export {
130129
Line,
131130
Pie,

0 commit comments

Comments
 (0)