Skip to content

Commit

Permalink
Rename test case to about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
honai committed Aug 12, 2021
1 parent 25481ee commit 169b0eb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/core/adapt/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ suite('prerender', async () => {
};

/** @type {import('types/internal').BuildData} */
const build_data = { client: [], server: [], static: [], entries: ['/nested', '/noindex.html'] };
const build_data = { client: [], server: [], static: [], entries: ['/nested', '/about.html'] };

const utils = get_utils({ cwd, config, build_data, log });

Expand Down

0 comments on commit 169b0eb

Please sign in to comment.