Skip to content

Commit 0bcefa3

Browse files
committed
test(core): fix duplicate test name
1 parent 3eeb32f commit 0bcefa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vuepress/core/__tests__/app/createAppPages.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('core > app > createAppPages', () => {
1919
expect(notFoundPage?.frontmatter.layout).toEqual('404')
2020
})
2121

22-
it('should create two pages with default 404 page', async () => {
22+
it('should create two pages with custom 404 page', async () => {
2323
const app = createApp({
2424
source: path.resolve(__dirname, '../__fixtures__/pages-with-404'),
2525
})

0 commit comments

Comments
 (0)