chore: fix tests

This commit is contained in:
Nate Moore 2021-06-28 11:48:20 -04:00
parent ff53c015bd
commit e2dfb1e195
2 changed files with 1 additions and 4 deletions

View file

@ -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
}; };
} }
--- ---

View file

@ -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