Skip to content

Commit

Permalink
add: improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Proskynete committed Sep 8, 2022
1 parent e9a833a commit 99c4e43
Show file tree
Hide file tree
Showing 2 changed files with 321 additions and 26 deletions.
2 changes: 1 addition & 1 deletion tests/components/timeline/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('Timeline', () => {
};

render(
<Timeline lang="es" theme={theme} dateFormat="with-weekday" collapse>
<Timeline lang="es" theme={theme} dateFormat="with-weekday" collapse withoutDay>
<Container title="I'm a title" startDate="2019/01/01" endDate="2020/01/01">
<Content title="I'm a event title" description={["I'm a description"]} />
</Container>
Expand Down

0 comments on commit 99c4e43

Please sign in to comment.