Fix unit tests for placeholder site-layout entries
This commit is contained in:
@@ -40,5 +40,8 @@ test("Pages Missing from Astro Paths", () => {
|
||||
siteLayoutPaths,
|
||||
astroStaticPaths,
|
||||
);
|
||||
expect(siteLayoutNotAstroPaths).toHaveLength(0);
|
||||
expect(
|
||||
siteLayoutNotAstroPaths,
|
||||
`FOUND: ${[...siteLayoutNotAstroPaths]}`,
|
||||
).toHaveLength(0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user