Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
inaseem committed Feb 3, 2024
1 parent 75ba011 commit 1e5deae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/__tests__/Article.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe('Article', () => {
onClick={() => null}
title="LK99 discovered"
upvotesCount={456}
isComment={false}
/>
);

Expand All @@ -32,6 +33,7 @@ describe('Article', () => {
onClick={mockedFn}
title="LK99 discovered"
upvotesCount={456}
isComment={false}
/>
);

Expand Down

0 comments on commit 1e5deae

Please sign in to comment.