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));
|
data.sort((a, b) => new Date(b.date) - new Date(a.date));
|
||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
pageSize: 4
|
pageSize: 5
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
---
|
---
|
||||||
title: Post Two
|
title: Post Two
|
||||||
date: 2021-04-14 00:00:00
|
date: 2021-04-14 00:00:00
|
||||||
<<<<<<< HEAD
|
|
||||||
author: author-two
|
author: author-two
|
||||||
=======
|
|
||||||
draft: true
|
draft: true
|
||||||
>>>>>>> dab211b (adds tests for markdown draft / published attributes)
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Post Two
|
# Post Two
|
||||||
|
|
Loading…
Reference in a new issue