Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
albinazs committed Jun 17, 2024
1 parent 1018b1a commit 1b09403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/includes/contentMetrics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('getContentMetrics', () => {
longevity, and production efficiency!
`;
const result = getContentMetrics('en-US', text);
expect(result.wordCount).toBe(147);
expect(result.wordCount).toBe(148);
expect(result.readingTime).toBe(1);
});

Expand Down

0 comments on commit 1b09403

Please sign in to comment.