Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
test: correct path in test (#8221)
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien committed Oct 16, 2022
1 parent 5bf4461 commit bdb6e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ describe('pages', () => {
expect(html).toContain('<div class="lazy-client-only-script-setup" foo="hello">')
// ensure components are not rendered server-side
expect(html).not.toContain('client only script')
await expectNoClientErrors('/client-only-components')
await expectNoClientErrors('/client-only-explicit-import')
})
})

Expand Down

0 comments on commit bdb6e32

Please sign in to comment.