Skip to content

Commit

Permalink
chore: update test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerHT committed Dec 18, 2023
1 parent b4cd6fd commit 73b8271
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/server/prod-server/tests/render.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ describe('test render function', () => {
req: {},
} as any,
{
urlPath: '/foo',
bundle: 'bundle.js',
route: {
urlPath: '/foo',
bundle: 'bundle.js',
entryName: 'foo',
},
distDir: path.join(__dirname, 'fixtures', 'ssr'),
template: 'tpl.html',
entryName: 'foo',
staticGenerate: false,
} as any,
{
Expand Down

0 comments on commit 73b8271

Please sign in to comment.