Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Mar 3, 2024
1 parent e49e3da commit ccbbfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/inertia.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ test.group('Inertia | Ssr | CSS Preloading', () => {
.withVite(vite)
.merge({
config: {
entrypoint: new URL('app.ts', fs.baseUrl),
entrypoint: new URL('app.ts', fs.baseUrl).href,
ssr: { enabled: true, entrypoint: 'app.ts' },
},
})
Expand Down

0 comments on commit ccbbfc0

Please sign in to comment.