We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ec6b2 commit fcb2d32Copy full SHA for fcb2d32
test/basic.ts
@@ -24,7 +24,7 @@ test('standalone fixtures', async t => {
24
equal(tags.length, 315, 'tags output length should be 315')
25
26
const pages = await readFile('examples/basic/.velite/pages.json', 'utf8')
27
- equal(pages.length, 6149, 'pages output length should be 6149')
+ equal(pages.length, 6182, 'pages output length should be 6182')
28
29
const posts = await readFile('examples/basic/.velite/posts.json', 'utf8')
30
equal(posts.length, 14165, 'posts output length should be 14165')
0 commit comments