Skip to content

Commit

Permalink
Fix search unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kfirfitousi committed Apr 25, 2023
1 parent 2fd22da commit 4169a42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/search.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ const posts = Array.from({ length: 10 }, (_, index) => ({
date: '2022-01-01',
slug: `post-${index + 1}`,
url: `post-${index + 1}`,
body: {
raw: `Post ${index + 1} body`,
},
})) as Post[];

describe('searchPosts', () => {
Expand Down

2 comments on commit 4169a42

@vercel
Copy link

@vercel vercel bot commented on 4169a42 Apr 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-kfirfitousi.vercel.app
blog-git-prod-kfirfitousi.vercel.app
blog.kfirfitousi.com

@vercel
Copy link

@vercel vercel bot commented on 4169a42 Apr 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.