Skip to content

Commit

Permalink
fix: typecheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Oct 13, 2024
1 parent a7b03a0 commit ee11d9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/plugins/api_client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ test.group('Japa plugin | Api Client', (group) => {
rootView: 'root',
sharedData: {},
ssr: { enabled: false, bundle: '', entrypoint: '' },
history: { encrypt: false },
})

await middleware.handle(ctx, async () => {
Expand Down Expand Up @@ -116,6 +117,7 @@ test.group('Japa plugin | Api Client', (group) => {
rootView: 'root',
sharedData: {},
ssr: { enabled: false, bundle: '', entrypoint: '' },
history: { encrypt: false },
})

await middleware.handle(ctx, async () => {
Expand Down Expand Up @@ -150,6 +152,7 @@ test.group('Japa plugin | Api Client', (group) => {
rootView: 'root',
sharedData: {},
ssr: { enabled: false, bundle: '', entrypoint: '' },
history: { encrypt: false },
})

await middleware.handle(ctx, async () => {
Expand Down

0 comments on commit ee11d9b

Please sign in to comment.