Skip to content

Commit

Permalink
test: 增加测试用例
Browse files Browse the repository at this point in the history
  • Loading branch information
El-Chiang committed Oct 25, 2021
1 parent 30320f7 commit 4aa609c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/f2-next/test/components/line/line.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,9 @@ describe('折线图', () => {
count: {
min: 0,
max: 100,
},
year: {
tickCount: 3,
}
}}
>
Expand Down Expand Up @@ -1016,6 +1019,7 @@ describe('折线图', () => {
}
}}
/>
<Legend position="top" />
</Chart>
</Canvas>
);
Expand Down

0 comments on commit 4aa609c

Please sign in to comment.