chore: fix tests
This commit is contained in:
parent
ff53c015bd
commit
e2dfb1e195
2 changed files with 1 additions and 4 deletions
|
@ -8,7 +8,7 @@ export async function createCollection() {
|
|||
data.sort((a, b) => new Date(b.date) - new Date(a.date));
|
||||
return data;
|
||||
},
|
||||
pageSize: 4
|
||||
pageSize: 5
|
||||
};
|
||||
}
|
||||
---
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
---
|
||||
title: Post Two
|
||||
date: 2021-04-14 00:00:00
|
||||
<<<<<<< HEAD
|
||||
author: author-two
|
||||
=======
|
||||
draft: true
|
||||
>>>>>>> dab211b (adds tests for markdown draft / published attributes)
|
||||
---
|
||||
|
||||
# Post Two
|
||||
|
|
Loading…
Reference in a new issue